From f12a070bdd10d747510ba16010da49e8d73de49e Mon Sep 17 00:00:00 2001 From: deipss Date: Wed, 13 Mar 2024 15:52:21 +0800 Subject: [PATCH] data --- docs/command/npm.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/command/npm.md b/docs/command/npm.md index 9b318a4..8cea44b 100644 --- a/docs/command/npm.md +++ b/docs/command/npm.md @@ -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 @@ -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 ``` \ No newline at end of file