更新了CI脚本和REAME.md,删除了dist、cache等构建的文件
Some checks failed
CI/CD Pipeline for mengning.com.cn / build (push) Failing after 1m47s

This commit is contained in:
孟宁
2025-11-02 16:50:47 +08:00
parent 33a75b571b
commit 2c6fe9e7a3
68 changed files with 33 additions and 32882 deletions

View File

@@ -1,6 +1,13 @@
# devstar介绍文档
# 梦宁软件官网及DevStar文档
## 如何启动项目
## 配置开发环境
```md
npm install
npm add -D vitepress
```
## 如何启动调试项目
```md
npm run docs:dev
```
@@ -8,7 +15,7 @@ npm run docs:dev
```md
npm run docs:build
```
## 如何预览项目
## 如何预览打包的项目
```md
npm run docs:preview
```