Npm 安装(nodejs)
npm install vue
如果报错被墙(安装淘宝镜像)
npm install -g cnpm --registry=https://registry.npm.taobao.org
之后使用
cnpm install vue
Bower 安装
bower install vue
- 是一个独立的JS 框架不需要Jquery
npm install vue
如果报错被墙(安装淘宝镜像)
npm install -g cnpm --registry=https://registry.npm.taobao.org
之后使用
cnpm install vue
bower install vue