README.md 174 B

// 安装依赖 yarn install

// 可以通过如下操作解决 npm 下载速度慢的问题 npm install --registry=https://registry.npm.taobao.org

// 启动服务 yarn dev