Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 272 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 272 Bytes

vue-project

以vue-cli为基础,结合vue-router、vuex、axios、iview组件库搭建一个工程化前端demo

## 下载依赖
yarn install

## 启动本地服务
yarn serve

## 打包生产文件
yarn build

## 检查代码格式并修复
yarn lint