🔻 Vuepassword is a simple password generator written in Vue.js. Here you can choose the length of the password. What symbols to use for generation. The password itself is generated on the user (client) side, so it has nothing to do with the server.
🔺 Demonstration: https://rodukov.github.io/
🔺 Using passwords obtained with vue password is absolutely safe;
🔺 You can copy the generated password to clipboard;
🔺 It has an adaptive design;
🔺 You can look at and change the code of the program as you like.
🔺 If project gets 5 start i will move code to react.js
📌 Remember that you must already have the npm package manager installed.
📌 Configuration Reference
git clone https://github.com/rodukov/vuepassword && cd vuepassword
⚙️ Install all necessary modules to work
npm install
💻 Run your local server
npm run serve
🏗 This command is for production
npm run build