{"id":25515580,"url":"https://github.com/pwcong/frontend-dev","last_synced_at":"2025-04-10T19:43:36.817Z","repository":{"id":25506009,"uuid":"102814181","full_name":"pwcong/FrontEnd-Dev","owner":"pwcong","description":"前端开发环境系列","archived":false,"fork":false,"pushed_at":"2023-01-06T19:54:58.000Z","size":3614,"stargazers_count":11,"open_issues_count":18,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T17:21:27.417Z","etag":null,"topics":["angular","dev-environment","front-end","react","vue"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pwcong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-08T03:39:33.000Z","updated_at":"2025-01-16T01:31:27.000Z","dependencies_parsed_at":"2023-01-14T07:00:24.613Z","dependency_job_id":null,"html_url":"https://github.com/pwcong/FrontEnd-Dev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwcong%2FFrontEnd-Dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwcong%2FFrontEnd-Dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwcong%2FFrontEnd-Dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pwcong%2FFrontEnd-Dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pwcong","download_url":"https://codeload.github.com/pwcong/FrontEnd-Dev/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248281424,"owners_count":21077423,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","dev-environment","front-end","react","vue"],"created_at":"2025-02-19T13:31:29.187Z","updated_at":"2025-04-10T19:43:36.799Z","avatar_url":"https://github.com/pwcong.png","language":"JavaScript","readme":"# FrontEnd-Dev\n\n前端开发环境系列\n\n| 环境名称                   | 主要技术                             | 目录                                                                                                  |\n| -------------------------- | ------------------------------------ | ----------------------------------------------------------------------------------------------------- |\n| ES6 转 ES5                 | Webpack + Babel                      | [webpack-babel](https://github.com/pwcong/FrontEnd-Dev/tree/master/webpack-babel)                     |\n| ES6 转 ES3                 | Webpack + Babel + ES5-SHIM           | [webpack-babel-ie8](https://github.com/pwcong/FrontEnd-Dev/tree/master/webpack-babel-ie8)             |\n| TypeScript 转 ES5          | Webpack + TypeScript                 | [webpack-typescript](https://github.com/pwcong/FrontEnd-Dev/tree/master/webpack-typescript)           |\n| TypeScript 转 ES3          | Webpack + TypeScript                 | [webpack-typescript-ie8](https://github.com/pwcong/FrontEnd-Dev/tree/master/webpack-typescript-ie8)   |\n| 实时预览                   | Browsersync                          | [browsersync](https://github.com/pwcong/FrontEnd-Dev/tree/master/browsersync)                         |\n| 实时预览升级版             | Gulp + Browsersync                   | [gulp-browsersync](https://github.com/pwcong/FrontEnd-Dev/tree/master/gulp-browsersync)               |\n| 实时预览，打包构建         | Gulp + Browsersync + Babel + Webpack | [gulp-webpack](https://github.com/pwcong/FrontEnd-Dev/tree/master/gulp-webpack)                       |\n| Vue 标准开发环境           | Vue + Babel + Webpack                | [vue-start](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-start)                             |\n| Vue 3 标准开发环境         | Vue3 + Babel + Webpack               | [vue-next-start](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-next-start)                   |\n| Vue 单页面应用             | Vue + Router + Babel + Webpack       | [vue-spa](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-start)                               |\n| Vue 全家桶                 | Vue + Vuex + Router + Axios          | [vue-family](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-family)                           |\n| Vue 打包组件               | Vue + Webpack                        | [vue-lib](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-lib)                                 |\n| Vue 单元测试与代码检查     | Vue + Karma + Mocha + Chai + ESLint  | [vue-test-lint](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-test-lint)                     |\n| Vue TypeScript             | Vue + TypeScript                     | [vue-typescript](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-typescript)                   |\n| Vue TypeScript MVP         | Vue + TypeScript + MVP               | [vue-typescript-mvp](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-typescript-mvp)           |\n| Vue 多页 Demo              | Vue MultiPage                        | [vue-multipage](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-multipage)                     |\n| Vue 预渲染                 | Vue Prerendering                     | [vue-prerendering](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-prerendering)               |\n| Vue App                    | Vue App                              | [vue-app](https://github.com/pwcong/FrontEnd-Dev/tree/master/vue-app)                                 |\n| React 标准开发环境         | React + Babel + Webpack              | [react-start](https://github.com/pwcong/FrontEnd-Dev/tree/master/react-start)                         |\n| React 单页面应用           | React + Router + Babel + Webpack     | [react-spa](https://github.com/pwcong/FrontEnd-Dev/tree/master/react-spa)                             |\n| React 全家桶               | React + Redux + Router + Fetch       | [react-family](https://github.com/pwcong/FrontEnd-Dev/tree/master/react-family)                       |\n| React 打包组件             | React + Webpack                      | [react-lib](https://github.com/pwcong/FrontEnd-Dev/tree/master/react-lib)                             |\n| React TypeScript           | React + TypeScript                   | [react-typescript](https://github.com/pwcong/FrontEnd-Dev/tree/master/react-typescript)               |\n| React Family In TypeScript | React Family + TypeScript            | [react-family-typescript](https://github.com/pwcong/FrontEnd-Dev/tree/master/react-family-typescript) |\n| React For IE8              | React + Nerv                         | [react-ie8](https://github.com/pwcong/FrontEnd-Dev/tree/master/react-ie8)                             |\n| React Project              | React                                | [react-project](https://github.com/pwcong/FrontEnd-Dev/tree/master/react-project)                     |\n| React 组件库               | lerna + React                        | [react-components](https://github.com/pwcong/FrontEnd-Dev/tree/master/react-components)               |\n| Rollup 生成库              | Rollup + Babel                       | [rollup-start](https://github.com/pwcong/FrontEnd-Dev/tree/master/rollup-start)                       |\n| Rollup 生成库              | Rollup + TypeScript                  | [rollup-typescript](https://github.com/pwcong/FrontEnd-Dev/tree/master/rollup-typescript)             |\n| Uglify                     | UglifyJS                             | [uglify-js](https://github.com/pwcong/FrontEnd-Dev/tree/master/uglify-js)                             |\n| Minify                     | Babel-Minify                         | [minify-js](https://github.com/pwcong/FrontEnd-Dev/tree/master/minify-js)                             |\n| CLI 的简单 Demo            | NodeJS                               | [hello-cli](https://github.com/pwcong/FrontEnd-Dev/tree/master/hello-cli)                             |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwcong%2Ffrontend-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpwcong%2Ffrontend-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpwcong%2Ffrontend-dev/lists"}