You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
155 B

# 雀乐音乐人
Base on Arco Design Pro.
4 months ago
## 快速开始
```
// 初始化项目
npm install
// 开发模式
npm run dev
// 构建
npm run build
```