Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 402 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 402 Bytes

瓜田项目前端仓库

环境准备

确保你的电脑上安装有Node.js,版本号不低于12.x

参数设置

  1. src/plugins/axios.js 第六行设置后端接口绝对路径

初始化

yarn config set registry https://registry.npmmirror.com/
yarn

开发模式

yarn dev

生产模式模式

yarn build