Skip to content

Web Application for storing passwords. Made with Nuxt.

License

Notifications You must be signed in to change notification settings

andre000/password-keeper

Repository files navigation

Password Keeper

Password manager web application. It uses the Password Keeper API. Project made as POC. I don't know how secure actually is.

It uses:

  • Vue.js
  • Nuxt
  • Ant Design Vue
  • Vue Apollo
  • Tiptap

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

For detailed explanation on how things work, checkout Nuxt.js docs.