标签:log ack images 使用 失败 install simple npm nbsp
准备工作:已经安装了nodejs,已经安装了vue-cli
$ mkdir gankbook
$ cd gankbook
$ vue init webpack-simple
按照需要写好信息,这将会写在package.json里面去的
创建完好之后运行起来
先下载npm包
$ npm install
//运行
$ npm run dev
//发布
$ npm run build
//还需要安装vue-router vue-resource 这里用了淘宝的镜像,避免安装失败,当然前提还是你得先安装了cnpm
cnpm install vue-router vue-resource --save
//看看目录结构
ok,看到运行结果了
下一节将实现一个初步的demo作为以后的项目使用基础
标签:log ack images 使用 失败 install simple npm nbsp
原文地址:http://www.cnblogs.com/tanxu/p/6137068.html