- Visual Studio Code
- Plugins:
- Add jsdoc comments
- Auto Close Tag
- Auto Rename Tag
- Beautify
- Better Comments
- Debugger for Chrome
- DotENV
- EditorConfig for VS Code
- ESLint
- GitLens
- HTML CSS Support
- IntelliSense for CSS class names in HTML
- JavaScript (ES6) code snippets
- JS-CSS-HTML Formatter
- npm
- npm Intellisense
- Prettier - Code formatter
- vscode-icons
- Webpack 多页面配置
- JQuery 嵌入
- JQuery请求封装
- 全局样式文件 + normalize 样式 + flex 布局样式 + 基础样式
- 第三方 Utils
- ES模块化
- 独立 Services
- Code Snippets
- Mocks 数据
- Visual Studio Code 编辑器配置
- 浏览器兼容性配置
- 代码美化配置
- eslint 配置
- babel 配置
- postcss 配置
- git 初始化
- gitignore 配置
npm install // cnpm install // yarn install
npm run mocks // yarn mocks
npm run build // yarn build