Client-side password generator written in Vue.js.
Use it at PG-Vue.netlify.app
- Vue.js - Reactive JS framework
- Vuex - App storage
- Vuetify - Material Design component framework
- vue-property-decorator - TypeScript Decorators helping to write Vue components as classes
- vuex-module-decorators - TypeScript Decorators helping to write Vuex modules as classes
- vuex-persistedstate - Keeps Vuex state between page reloads
- vuex-shared-mutations - Shares certain Vuex mutations across multiple tabs/windows
- copy-to-clipboard - Helps to copy password to clipboard
- @mdi/js - Material Design icons with ability to use separated icons without loading whole pack
yarn install
yarn serve
yarn build
yarn test:unit
yarn lint