Skip to content

rensatsu/passphrase-gen

Repository files navigation

Password phrase generator

Logo Banner

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

Based on the xkcd comic #936.

Recommended IDE Setup

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

Project setup

yarn install

Compiles and hot-reloads for development

yarn run dev

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run format