ui
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
当前项目运行查看组件效果
# build for production with minification
npm run build
推送到npm以便import用组件
For detailed explanation on how things work, consult the docs for vue-loader.