You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dependabot[bot] 6b2ca356fc
Bump webpack-bundle-analyzer from 2.13.1 to 3.3.2 in /ui
5 years ago
..
build create project 6 years ago
config add article write/edit/view 6 years ago
src fixe #31 6 years ago
static create project 6 years ago
.babelrc create project 6 years ago
.editorconfig create project 6 years ago
.gitignore create project 6 years ago
.postcssrc.js create project 6 years ago
README.md create project 6 years ago
index.html add article write/edit/view 6 years ago
package-lock.json Bump webpack-bundle-analyzer from 2.13.1 to 3.3.2 in /ui 5 years ago
package.json Bump webpack-bundle-analyzer from 2.13.1 to 3.3.2 in /ui 5 years ago

README.md

vue-starter

A vuejs starter project integrated with vuex, vue-router, less, iview

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.