美文网首页
安装-起步

安装-起步

作者: 你好667 | 来源:发表于2017-08-28 09:45 被阅读0次

Npm 安装(nodejs)

npm install vue

如果报错被墙(安装淘宝镜像)
npm install -g cnpm --registry=https://registry.npm.taobao.org
之后使用
cnpm install vue

Bower 安装

bower install vue
  • 是一个独立的JS 框架不需要Jquery

相关文章

网友评论

      本文标题:安装-起步

      本文链接:https://www.haomeiwen.com/subject/cxhudxtx.html