18310349227
- git node基础
- express koa mongodb
- 博客 聊天室 爬虫
- markdown插件安装
file->settings-> plugin -> browse respositorys
- settings -> live template 需要定义的模板类型-> 添加快捷键的名字-> 在配置内容-> define
- 因为node配置到了环境变量中 所以可以在命令行中使用
- 在环境变量中path里配置过
http://idea.iteblog.com/key.php
npm install vue-cli -g
vue init simple 项目名 x
vue init webpack-simple 项目名
- runtime + compiler 两个都支持
- runtime-only 只能用render函数