Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 310 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 310 Bytes

vue-cli

#这是自己做的一个小demo

Build Setup

# install dependencies安装相关的插件,例如elementui
npm install

# serve with hot reload at localhost:8080,启动程序
npm run dev

# build for production with minification打包程序,生成在dist文件夹下
npm run build