安装所有依赖

npm i
yarn add

启动 mock 接口服务

npm run serve
yarn serve

启动项目

npm run start
yarn start