Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 175 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 175 Bytes

第一次安装的依赖:

npm install

开启mock数据接口:

npm run mock

开发模式:

npm run dev

打包发布:

npm run build