@unicorns/quick-dash-framework
Do not base your projects on this one.
This is the base framework package.
Use or fork https://github.com/UnicornGlobal/quick-dash for your
projects.
Designed to work with UnicornGlobal/strong-lumen
Build Setup
npm install
npm run dev
npm run build
npm run build --report
npm run unit
npm run e2e
npm test
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
Environment
Inside the config folder is a file secrets.env.js.example. You must
copy this file to secrets.env.js and set your secrets up in there.
Do not commit secrets, put them in the .env file.
CI
There are scripts for travis included