Go to file
zhigang.li 0f1dc706c7 移动parent-view组件 2018-05-18 08:51:18 +08:00
build update webpack alias 2018-04-23 15:35:59 +08:00
config init edit router 2018-04-24 17:33:36 +08:00
src 移动parent-view组件 2018-05-18 08:51:18 +08:00
static init 2018-04-16 10:16:22 +08:00
test init 2018-04-16 10:16:22 +08:00
.babelrc init 2018-04-16 10:16:22 +08:00
.editorconfig init 2018-04-16 10:16:22 +08:00
.eslintignore init 2018-04-16 10:16:22 +08:00
.eslintrc.js 修改eslint配置 2018-05-16 19:13:07 +08:00
.gitignore init 2018-04-16 10:16:22 +08:00
.postcssrc.js init 2018-04-16 10:16:22 +08:00
.travis.yml update 2018-05-17 17:42:30 +08:00
LICENSE Initial commit 2017-09-15 18:34:28 +08:00
README.md init 2018-04-16 10:16:22 +08:00
index.html init 2018-04-16 10:16:22 +08:00
package-lock.json 完成标签导航本地存储 2018-05-16 18:30:05 +08:00
package.json 完成标签导航本地存储 2018-05-16 18:30:05 +08:00

README.md

iview-admin

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 a detailed explanation on how things work, check out the guide and docs for vue-loader.