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.
|
# 雀乐音乐人
|
|
|
|
Base on Arco Design Pro.
|
|
|
|
## 快速开始
|
|
|
|
```
|
|
// 初始化项目
|
|
npm install
|
|
|
|
// 开发模式
|
|
npm run dev
|
|
|
|
// 构建
|
|
npm run build
|
|
```
|