diff --git a/README.md b/README.md index 64bae23..f98bf37 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,10 @@ ```bash git clone https://gitee.com/pnoker/dc3-web.git cd dc3-web -npm install + +#这步至关重要,请务必使用 cnpm 进行 install +npm install -g cnpm --registry=https://registry.npm.taobao.org +cnpm install # run npm run serve