Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
6 months ago | |
|---|---|---|
| docs | 6 months ago | |
| .gitignore | 6 months ago | |
| README.md | 6 months ago | |
| package.json | 6 months ago | |
| rspress.config.ts | 6 months ago | |
| tsconfig.json | 6 months ago | |
| yarn.lock | 6 months ago | |
使用的 Rspress 静态站点生成器
安装依赖:
npm install
启动本地开发服务器:
npm run dev
打包生产版本站点:
npm run build
在本地预览生产版本:
npm run preview