Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 327 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 327 Bytes

安装依赖包

yarn install
本地没装yarn的先装下yarn,https://yarnpkg.com/zh-Hans/docs/install#mac-stable

开发

npm start

编译

npm run compile

前端安装依赖包

cd client
yarn install

开发

npm run dev

编译

npm run build