简单说下几个步骤:
1、cd到web工程目录
2 、npm init 执行后工程会生成 package.json 文件, 包含一下自己定义的配置信息 如下:description 、keywords 、author 等等
package name: (untitled)
version: (1.0.0)
description: hhb测试vue
entry point: (index.js)
test command:
git repository:
keywords: vue
author: hhb
license: (ISC)
3、cnpm install vue --save 。注意如果不能识别cnpm命令则需要安装 cnpm环境 ,执行命令
npm install -g cnpm --registry=https://registry.npm.taobao.org
4、cnpm install vue-resource --save
Ok 大功告成 !
网友评论