ciphers This is a little project where I intend to implement various ciphers in Vue, just for kicks. Project Setup npm install Compile and Hot-Reload for Development npm run dev Compile and Minify for Production npm run build Lint with ESLint npm run lint