Update README.md

This commit is contained in:
Pan 2017-04-28 17:43:50 +08:00 committed by GitHub
parent b2af2ddf02
commit da9d9332b4

View file

@ -38,6 +38,9 @@
# 安装依赖
npm install
   # 建议不要用cnpm  安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题
npm install --registry=https://registry.npm.taobao.org
# 本地开发 开启服务
npm run dev