Skip to content

Commit ee67027

Browse files
committed
🗑️chore: 删除package-lock.json并更新依赖管理方式
- 删除package-lock.json文件,转而使用pnpm进行依赖管理 - 更新package.json中的脚本命令,使用pnpm替代npm - 更新README.md中的安装和运行指令,确保文档与新依赖管理方式一致
1 parent 136e41b commit ee67027

3 files changed

Lines changed: 7 additions & 3898 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,22 +209,22 @@ cd vue3-shopadmin
209209

210210
2. 安装依赖
211211
```bash
212-
npm install
212+
pnpm install
213213
```
214214

215215
3. 启动开发服务器
216216
```bash
217-
npm run dev
217+
pnpm dev
218218
```
219219

220220
4. 构建生产版本
221221
```bash
222-
npm run build
222+
pnpm build
223223
```
224224

225225
5. 预览生产构建
226226
```bash
227-
npm run preview
227+
pnpm preview
228228
```
229229

230230
## 📊 API 接口说明

0 commit comments

Comments
 (0)