Aller au fichier
Lucas Verney 6f363a3329 Better ManualBarcode view, with shadows 2017-09-23 01:09:40 +02:00
build Revert ignoring build directory, actually required 2017-09-22 10:01:08 -04:00
config Initial commit 2017-09-19 02:41:00 +02:00
src Better ManualBarcode view, with shadows 2017-09-23 01:09:40 +02:00
static Add an About view 2017-09-22 10:35:53 -04:00
test Initial commit 2017-09-19 02:41:00 +02:00
.babelrc Initial commit 2017-09-19 02:41:00 +02:00
.editorconfig Initial commit 2017-09-19 02:41:00 +02:00
.eslintignore Initial commit 2017-09-19 02:41:00 +02:00
.eslintrc.js Basic OFF API implementation 2017-09-19 04:28:26 +02:00
.gitignore Revert ignoring build directory, actually required 2017-09-22 10:01:08 -04:00
.postcssrc.js Initial commit 2017-09-19 02:41:00 +02:00
LICENSE.md Add an About view 2017-09-22 10:35:53 -04:00
README.md Initial commit 2017-09-19 02:41:00 +02:00
index.html Beginning of a Material UI 2017-09-20 04:11:40 +02:00
package.json i18n 2017-09-22 03:05:48 +02:00

README.md

food

A Vue.js project

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.