chainetv_web/client
2019-05-16 08:08:48 +02:00
..
build add build 2019-04-24 15:46:16 +02:00
config serve index.html with gunicorn 2019-04-26 09:52:40 +02:00
src add button for modal 2019-05-11 16:15:18 +02:00
static first commit 2019-04-24 13:57:08 +02:00
.babelrc first commit 2019-04-24 13:57:08 +02:00
.editorconfig first commit 2019-04-24 13:57:08 +02:00
.eslintignore first commit 2019-04-24 13:57:08 +02:00
.eslintrc.js first commit 2019-04-24 13:57:08 +02:00
.gitignore first commit 2019-04-24 13:57:08 +02:00
.postcssrc.js first commit 2019-04-24 13:57:08 +02:00
index.html install bulma 2019-04-26 15:45:29 +02:00
package-lock.json implement vueex 2019-04-29 14:46:10 +02:00
package.json implement vueex 2019-04-29 14:46:10 +02:00
README.md first commit 2019-04-24 13:57:08 +02:00

client

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

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