Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 886 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 886 Bytes

KeeMate

Netlify Status

KeeMate allows you to generate extremely secure random passwords in just a few clicks. The application is built with Nuxt.js (based on Vue.js) using Tailwind CSS. No additional libraries were used.

Live demo

KeeMate is one of the mini projects I built within 24 hours. Curious about my other projects? Take a look at my GitHub profile.

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 run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out the Nuxt.js documentation.