# onos_vue> A Vue.js project## Build Setup``` bash# 安装npm的淘宝镜像npm install-g cnpm --registry=https://registry.npm.taobao.org# install dependenciescnpm install# serve with hot reload at localhost:8080npm run dev# build for production with minificationcnpm run build# build for production and view the bundle analyzer reportcnpm run build --report# run unit testscnpm run unit# run all testscnpm test```For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).