Go to file
Lucas Verney b57bdb6b7b Update of the whole app 2017-11-21 22:11:58 +01:00
build First mockup 2017-09-29 18:12:00 +02:00
config First mockup 2017-09-29 18:12:00 +02:00
src Update of the whole app 2017-11-21 22:11:58 +01:00
static 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 Basic PoC 2017-10-22 21:20:58 +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 Update of the whole app 2017-11-21 22:11:58 +01:00
package-lock.json Update of the whole app 2017-11-21 22:11:58 +01:00
package.json Update of the whole app 2017-11-21 22:11:58 +01: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.