Go to file
Lucas Verney 1cf5ca992a Beginning of a Material UI 2017-09-20 04:11:40 +02:00
config Initial commit 2017-09-19 02:41:00 +02:00
src Beginning of a Material UI 2017-09-20 04:11:40 +02:00
static Initial commit 2017-09-19 02:41:00 +02: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 Initial commit 2017-09-19 02:41:00 +02:00
.postcssrc.js Initial commit 2017-09-19 02:41:00 +02: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 Beginning of a Material UI 2017-09-20 04:11:40 +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.