Go to file
Lucas Verney ff591aafb1 First mockup 2017-09-29 18:12:00 +02:00
build First mockup 2017-09-29 18:12:00 +02:00
config First mockup 2017-09-29 18:12:00 +02:00
src First mockup 2017-09-29 18:12:00 +02:00
static First mockup 2017-09-29 18:12:00 +02:00
test First mockup 2017-09-29 18:12:00 +02:00
.babelrc First mockup 2017-09-29 18:12:00 +02:00
.editorconfig First mockup 2017-09-29 18:12:00 +02:00
.eslintignore First mockup 2017-09-29 18:12:00 +02:00
.eslintrc.js First mockup 2017-09-29 18:12:00 +02:00
.gitignore First mockup 2017-09-29 18:12:00 +02:00
.postcssrc.js First mockup 2017-09-29 18:12:00 +02:00
README.md First mockup 2017-09-29 18:12:00 +02:00
index.html First mockup 2017-09-29 18:12:00 +02:00
package.json First mockup 2017-09-29 18:12:00 +02:00

README.md

hungergames

OpenFoodFacts gamification

Build Setup

# install dependencies
npm install

# serve 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

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.