Skip to content

Commit

Permalink
data
Browse files Browse the repository at this point in the history
  • Loading branch information
deipss committed Mar 13, 2024
1 parent aaa3701 commit f12a070
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/command/npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This package has installed:
Make sure that /usr/local/bin is in your $PATH.
```

# npm使用国内镜像加速的几种方法原创
# npm使用国内镜像加速的几种方法
```shell
npm config set registry http://mirrors.cloud.tencent.com/npm/
npm config get registry
Expand All @@ -24,4 +24,13 @@ npm config get registry
```shell
npm install -g cnpm --registry=https://registry.npmmirror.com
cnpm install xxx
```


# 应用启动
```shell
# 安装依赖
npm i
# 本地开发 启动项目
npm run serve
```

0 comments on commit f12a070

Please sign in to comment.