不想听的可以不听 不要随随便便否定讲课老师的努力 免费教你还不知道感恩 现在的人都怎么了 处处挑剔 完全不知道欣赏别人 张口闭口都是否定
2016-12-16
不使用脚手架工具的todolist已经完成。欢迎访问:https://github.com/HelTi/vue-study-demo
这个适合新手看,就一个html页面
这个适合新手看,就一个html页面
2016-12-14
一模一样的代码:引入Store.vue文件后报错:TypeError: _store2.default.fetch is not a function
2016-12-14
第一步报错
{"name": "Administrator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"vue": "^2.1.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}
{"name": "Administrator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"vue": "^2.1.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}
2016-12-12
1.通过淘宝cnpm安装vue命令行工具,帮助自动生成webpack+vue工程
2.在当前目录打开命令行cmd
3.vue init webpack my-first-vue-practice
4.ESLint, unit tests, e2e tests都选择no。工程生成好了
5.当前工程目录cnpm install,安装所有依赖到node_modules目录中,接下来就可以跑项目了
6.npm run dev运行,dev是配置在package.json中的,直接写就可运行
7.npm版本过低用npm install npm -g升级
2.在当前目录打开命令行cmd
3.vue init webpack my-first-vue-practice
4.ESLint, unit tests, e2e tests都选择no。工程生成好了
5.当前工程目录cnpm install,安装所有依赖到node_modules目录中,接下来就可以跑项目了
6.npm run dev运行,dev是配置在package.json中的,直接写就可运行
7.npm版本过低用npm install npm -g升级
2016-12-11