西南大学软件研究与创新中心网站开发指南. 项目仓库=>技术栈=>学习资料
- 文档托管:https://github.com/RISE-SWU/Guide
- RISE实验室网站前端:https://github.com/RISE-SWU/RiseLabFE
- RISE实验室GraphQL服务: https://github.com/RISE-SWU/RiseLabGraphQL
- Node8.0+(开发环境)
- Git(版本控制)
- Travis CI(持续集成)
- HTML/HTML5
- ES5/ES6
- CSS/CSS3
- Vue.js(框架类)
- Element/Bootstrap(UI类)
- SCSS(CSS预处理)
- webpack(打包工具)
- MD文档:https://developer.mozilla.org/
- W3school: http://www.w3school.com.cn
- 百度IFE前端技术学院: http://ife.baidu.com/
- JavaScript高级程序设计第三版
- Vue.js文档:https://cn.vuejs.org/v2/guide/
- ES6(JS最新特性)标准入门:http://es6.ruanyifeng.com/
- Element文档:http://element.eleme.io/#/
- CSS3: https://www.imooc.com/learn/33
- SCSS文档:https://www.sass.hk/
- Bootstrap文档: https://v3.bootcss.com/
- git文档:https://www.yiibai.com/git/
- Node.js文档:http://nodejs.cn/api/
- webpack文档: https://www.webpackjs.com/