generated from dellevin/template
添加win下载地址
This commit is contained in:
@@ -35,32 +35,37 @@ mooknote_web/
|
||||
└── .eslintrc.js # ESLint 配置
|
||||
```
|
||||
|
||||
|
||||
|
||||
## 开发环境
|
||||
|
||||
### 前置要求
|
||||
|
||||
- Node.js 14.x 或更高版本
|
||||
- npm 6.x 或更高版本
|
||||
|
||||
### 安装依赖
|
||||
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
### 启动开发服务器
|
||||
|
||||
```bash
|
||||
npm run serve
|
||||
```
|
||||
|
||||
访问 http://localhost:8080
|
||||
|
||||
### 生产构建
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
```
|
||||
|
||||
构建后的文件位于 `dist/` 目录
|
||||
|
||||
### 代码检查
|
||||
|
||||
```bash
|
||||
npm run lint
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user