Password phrase generator

Web application to generate a password phrase based on words from the dictionary.

Based on the xkcd comic #936.

Build Status

Netlify Status

Recommended IDE Setup

VSCode + Vetur.
Make sure to enable vetur.experimental.templateInterpolationService in settings!

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Lints and fixes files

npm run format