前端开发环境系列
环境名称 | 主要技术 | 目录 |
---|---|---|
ES6 转 ES5 | Webpack + Babel | webpack-babel |
ES6 转 ES3 | Webpack + Babel + ES5-SHIM | webpack-babel-ie8 |
TypeScript 转 ES5 | Webpack + TypeScript | webpack-typescript |
TypeScript 转 ES3 | Webpack + TypeScript | webpack-typescript-ie8 |
实时预览 | Browsersync | browsersync |
实时预览升级版 | Gulp + Browsersync | gulp-browsersync |
实时预览,打包构建 | Gulp + Browsersync + Babel + Webpack | gulp-webpack |
Vue 标准开发环境 | Vue + Babel + Webpack | vue-start |
Vue 3 标准开发环境 | Vue3 + Babel + Webpack | vue-next-start |
Vue 单页面应用 | Vue + Router + Babel + Webpack | vue-spa |
Vue 全家桶 | Vue + Vuex + Router + Axios | vue-family |
Vue 打包组件 | Vue + Webpack | vue-lib |
Vue 单元测试与代码检查 | Vue + Karma + Mocha + Chai + ESLint | vue-test-lint |
Vue TypeScript | Vue + TypeScript | vue-typescript |
Vue TypeScript MVP | Vue + TypeScript + MVP | vue-typescript-mvp |
Vue 多页 Demo | Vue MultiPage | vue-multipage |
Vue 预渲染 | Vue Prerendering | vue-prerendering |
Vue App | Vue App | vue-app |
React 标准开发环境 | React + Babel + Webpack | react-start |
React 单页面应用 | React + Router + Babel + Webpack | react-spa |
React 全家桶 | React + Redux + Router + Fetch | react-family |
React 打包组件 | React + Webpack | react-lib |
React TypeScript | React + TypeScript | react-typescript |
React Family In TypeScript | React Family + TypeScript | react-family-typescript |
React For IE8 | React + Nerv | react-ie8 |
React Project | React | react-project |
React 组件库 | lerna + React | react-components |
Rollup 生成库 | Rollup + Babel | rollup-start |
Rollup 生成库 | Rollup + TypeScript | rollup-typescript |
Uglify | UglifyJS | uglify-js |
Minify | Babel-Minify | minify-js |
CLI 的简单 Demo | NodeJS | hello-cli |