Easily create setlists for live performances
# install dependencies
yarn install
Serve with hot reload at localhost:8080 This will serve the /api from localhost:8081
# Start server
yarn server
# Start vue app
yarn dev
yarn run build
yarn run build --report
yarn run unit
yarn run e2e
yarn test
# Add and commit to git, this will automatically run all tests and then build before committing
git add . && git commit -m "<commit message here>"
# If everything succeeds - deploy to firebase
yarn release
# Alternatively deploy to heroku instead
yarn release:heroku
For a detailed explanation on how things work, check out the guide and docs for vue-loader.