Name
Last commit
Last update
.idea 11
build 网元管理和链路管理12.10
config 11
dist 网元管理和链路管理12.10
node_modules 11
src 网元管理和链路管理12.10
static 网元管理和链路管理12.10
test 11
._.DS_Store 11
._index.html 11
.babelrc 11
.editorconfig 11
.eslintignore 11
.eslintrc.js 11
.gitignore 11
.postcssrc.js 11
README.md 11
index.html 网元管理和链路管理12.10
npm 11
package-lock.json 11
package.json 11

onos_vue

A Vue.js project

Build Setup

# 安装npm的淘宝镜像
npm install -g cnpm --registry=https://registry.npm.taobao.org
# install dependencies
cnpm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
cnpm run build

# build for production and view the bundle analyzer report
cnpm run build --report

# run unit tests
cnpm run unit

# run all tests
cnpm test

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