Update README.md
This commit is contained in:
parent
b2af2ddf02
commit
da9d9332b4
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@
|
|||
|
||||
# 安装依赖
|
||||
npm install
|
||||
|
||||
# 建议不要用cnpm 安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
|
||||
npm install --registry=https://registry.npm.taobao.org
|
||||
|
||||
# 本地开发 开启服务
|
||||
npm run dev
|
||||
|
|
Loading…
Reference in a new issue