Go to file
Lucas Verney e961a8dbb1 Display reports on the map 2018-06-26 11:04:23 +02:00
build Initial commit 2018-06-25 18:29:57 +02:00
config Initial commit 2018-06-25 18:29:57 +02:00
server Continue server side code 2018-06-25 18:33:17 +02:00
src Display reports on the map 2018-06-26 11:04:23 +02:00
static Initial commit 2018-06-25 18:29:57 +02:00
.babelrc Initial commit 2018-06-25 18:29:57 +02:00
.editorconfig Display reports on the map 2018-06-26 11:04:23 +02:00
.eslintignore Initial commit 2018-06-25 18:29:57 +02:00
.eslintrc.js Initial commit 2018-06-25 18:29:57 +02:00
.gitignore Initial commit 2018-06-25 18:29:57 +02:00
.postcssrc.js Initial commit 2018-06-25 18:29:57 +02:00
README.md Initial commit 2018-06-25 18:29:57 +02:00
index.html Display reports on the map 2018-06-26 11:04:23 +02:00
package.json Display reports on the map 2018-06-26 11:04:23 +02:00
requirements.txt Initial commit 2018-06-25 18:29:57 +02:00
yarn.lock Display reports on the map 2018-06-26 11:04:23 +02:00

README.md

cyclassist

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.

Serving from a subdirectory

PUBLIC_PATH=https://.../foobar yarn build