An app that generates d20 lists of things to do
nvm is required - https://github.com/creationix/nvm#install-script
# install the correct node version
nvm install
# use the correct node version
nvm use
# install dependencies
npm install
# serve as a web app with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# build and serve as a client side application via electron
npm start
# run electron without building Vue
npm run electron
For a detailed explanation on how things work, check out the guide and docs for vue-loader.