https://github.com/pwcong/frontend-dev
前端开发环境系列
https://github.com/pwcong/frontend-dev
angular dev-environment front-end react vue
Last synced: about 1 month ago
JSON representation
前端开发环境系列
- Host: GitHub
- URL: https://github.com/pwcong/frontend-dev
- Owner: pwcong
- License: mit
- Created: 2017-09-08T03:39:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T19:54:58.000Z (over 2 years ago)
- Last Synced: 2025-03-24T17:21:27.417Z (2 months ago)
- Topics: angular, dev-environment, front-end, react, vue
- Language: JavaScript
- Size: 3.45 MB
- Stars: 11
- Watchers: 1
- Forks: 6
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FrontEnd-Dev
前端开发环境系列
| 环境名称 | 主要技术 | 目录 |
| -------------------------- | ------------------------------------ | ----------------------------------------------------------------------------------------------------- |
| ES6 转 ES5 | Webpack + Babel | [webpack-babel](https://github.com/pwcong/FrontEnd-Dev/tree/master/webpack-babel) |
| ES6 转 ES3 | Webpack + Babel + ES5-SHIM | [webpack-babel-ie8](https://github.com/pwcong/FrontEnd-Dev/tree/master/webpack-babel-ie8) |
| TypeScript 转 ES5 | Webpack + TypeScript | [webpack-typescript](https://github.com/pwcong/FrontEnd-Dev/tree/master/webpack-typescript) |
| TypeScript 转 ES3 | Webpack + TypeScript | [webpack-typescript-ie8](https://github.com/pwcong/FrontEnd-Dev/tree/master/webpack-typescript-ie8) |
| 实时预览 | Browsersync | [browsersync](https://github.com/pwcong/FrontEnd-Dev/tree/master/browsersync) |
| 实时预览升级版 | Gulp + Browsersync | [gulp-browsersync](https://github.com/pwcong/FrontEnd-Dev/tree/master/gulp-browsersync) |
| 实时预览,打包构建 | Gulp + Browsersync + Babel + Webpack | [gulp-webpack](https://github.com/pwcong/FrontEnd-Dev/tree/master/gulp-webpack) |
| Vue 标准开发环境 | Vue + Babel + Webpack | [vue-start](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-start) |
| Vue 3 标准开发环境 | Vue3 + Babel + Webpack | [vue-next-start](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-next-start) |
| Vue 单页面应用 | Vue + Router + Babel + Webpack | [vue-spa](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-start) |
| Vue 全家桶 | Vue + Vuex + Router + Axios | [vue-family](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-family) |
| Vue 打包组件 | Vue + Webpack | [vue-lib](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-lib) |
| Vue 单元测试与代码检查 | Vue + Karma + Mocha + Chai + ESLint | [vue-test-lint](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-test-lint) |
| Vue TypeScript | Vue + TypeScript | [vue-typescript](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-typescript) |
| Vue TypeScript MVP | Vue + TypeScript + MVP | [vue-typescript-mvp](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-typescript-mvp) |
| Vue 多页 Demo | Vue MultiPage | [vue-multipage](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-multipage) |
| Vue 预渲染 | Vue Prerendering | [vue-prerendering](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-prerendering) |
| Vue App | Vue App | [vue-app](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-app) |
| React 标准开发环境 | React + Babel + Webpack | [react-start](https://github.com/pwcong/FrontEnd-Dev/tree/master/react-start) |
| React 单页面应用 | React + Router + Babel + Webpack | [react-spa](https://github.com/pwcong/FrontEnd-Dev/tree/master/react-spa) |
| React 全家桶 | React + Redux + Router + Fetch | [react-family](https://github.com/pwcong/FrontEnd-Dev/tree/master/react-family) |
| React 打包组件 | React + Webpack | [react-lib](https://github.com/pwcong/FrontEnd-Dev/tree/master/react-lib) |
| React TypeScript | React + TypeScript | [react-typescript](https://github.com/pwcong/FrontEnd-Dev/tree/master/react-typescript) |
| React Family In TypeScript | React Family + TypeScript | [react-family-typescript](https://github.com/pwcong/FrontEnd-Dev/tree/master/react-family-typescript) |
| React For IE8 | React + Nerv | [react-ie8](https://github.com/pwcong/FrontEnd-Dev/tree/master/react-ie8) |
| React Project | React | [react-project](https://github.com/pwcong/FrontEnd-Dev/tree/master/react-project) |
| React 组件库 | lerna + React | [react-components](https://github.com/pwcong/FrontEnd-Dev/tree/master/react-components) |
| Rollup 生成库 | Rollup + Babel | [rollup-start](https://github.com/pwcong/FrontEnd-Dev/tree/master/rollup-start) |
| Rollup 生成库 | Rollup + TypeScript | [rollup-typescript](https://github.com/pwcong/FrontEnd-Dev/tree/master/rollup-typescript) |
| Uglify | UglifyJS | [uglify-js](https://github.com/pwcong/FrontEnd-Dev/tree/master/uglify-js) |
| Minify | Babel-Minify | [minify-js](https://github.com/pwcong/FrontEnd-Dev/tree/master/minify-js) |
| CLI 的简单 Demo | NodeJS | [hello-cli](https://github.com/pwcong/FrontEnd-Dev/tree/master/hello-cli) |