Commit da9d9332 authored by Pan's avatar Pan Committed by GitHub

Update README.md

parent b2af2ddf
...@@ -39,6 +39,9 @@ ...@@ -39,6 +39,9 @@
# 安装依赖 # 安装依赖
npm install npm install
   # 建议不要用cnpm  安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
npm install --registry=https://registry.npm.taobao.org
# 本地开发 开启服务 # 本地开发 开启服务
npm run dev npm run dev
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment