Password Generator Using Vue js 3 With Source Code
This is a simple Vuejs 3 password generator made using Vue 3 Composition API, this project is perfect for beginners who want to practice Vue js 3 fundamentals like Vue js props, and Vue js components.
The user can generate a password depending on the given options :
- with uppercase, lowercase, symbols or numbers.
How to use :
Extract the folder then open the project using the command line and run the commands:
npm install to install all the packages
npm run dev to start the server.