Files
CompanyProject/滴滴淘/h5(1)/README.md
2024-09-27 01:32:49 +08:00

20 lines
160 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 1安装依赖
---
```
$ npm install
or
$ cnpm install
or
$ yarn install
```
### 2运行项目
---
1开发阶段运行
```
npm run serve
```