Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

gitcommunity/vuepassword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuepassword

🔻 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.

About vuepassword

🔺 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

Installing vuepassword on the local computer

Download repository

📌 Remember that you must already have the npm package manager installed.
📌 Configuration Reference
⤵️ First, download the repository. Just copy this line

git clone https://github.com/rodukov/vuepassword && cd vuepassword

Project setup

⚙️ Install all necessary modules to work

npm install

Compiles and hot-reloads for development

💻 Run your local server

npm run serve

Compiles and minifies for production

🏗 This command is for production

npm run build