refactor: flush npm command

This commit is contained in:
Ruabbit
2024-12-11 16:08:33 +08:00
parent f5cee7febf
commit cddbda87bb
4 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -45,17 +45,17 @@ npm install
开发模式:
```bash
npm run docs:dev
npm run dev
```
构建生产版本:
```bash
npm run docs:build
npm run build
```
预览构建结果:
```bash
npm run docs:preview
npm run preview
```
## 项目结构