Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.39 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.39 KB

Password Generator

Client-side password generator written in Vue.js.

App Online

Use it at PG-Vue.netlify.app

Used Packages:

Installation

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint