{"id":20243861,"url":"https://github.com/consolejs/feer2-cli","last_synced_at":"2026-02-13T13:37:46.894Z","repository":{"id":59361013,"uuid":"533167172","full_name":"consolejs/feer2-cli","owner":"consolejs","description":"New front-end integration build tools. 🚀","archived":false,"fork":false,"pushed_at":"2024-12-31T03:43:49.000Z","size":883,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T04:29:18.594Z","etag":null,"topics":["cli","react","sass","vitejs","webpack"],"latest_commit_sha":null,"homepage":"https://feer2.icu","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/consolejs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-06T04:57:53.000Z","updated_at":"2024-12-31T03:43:53.000Z","dependencies_parsed_at":"2024-12-31T04:28:29.166Z","dependency_job_id":"dc83748d-cba6-4861-aa93-a2c8ef681f82","html_url":"https://github.com/consolejs/feer2-cli","commit_stats":{"total_commits":32,"total_committers":2,"mean_commits":16.0,"dds":0.03125,"last_synced_commit":"4a6f6296aa3e856a3c05542a39698efd430af3b5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/consolejs%2Ffeer2-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/consolejs%2Ffeer2-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/consolejs%2Ffeer2-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/consolejs%2Ffeer2-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/consolejs","download_url":"https://codeload.github.com/consolejs/feer2-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233832504,"owners_count":18737210,"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":["cli","react","sass","vitejs","webpack"],"created_at":"2024-11-14T09:09:44.024Z","updated_at":"2026-02-13T13:37:41.868Z","avatar_url":"https://github.com/consolejs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp\u003e\n\t\u003cimg alt=\"Front End Developer Integration.\" src=\"./static/logo2.jpg\"\u003e\n\u003c/p\u003e\n\n# Feer\n\n**`Feer2`** 全新前端工具集成环境. \u0026ensp;🚀  \u0026ensp;\u0026ensp;[**English Docs**](./README_EN.md)\n\n\u003e Feer2是[Feer](https://github.com/consolejs/feer-cli)的升级版，此命名灵感来自 **`F`** ront- **`E`** nd\u0026ensp; Engine **`er`**, 即前端工程构建师 `FEer`, 类似`JAVAer`、 `PHPer`\n\n\u003cp align='center'\u003e\n  \u003cimg src='./cli.svg' width='640' alt='yarn start'\u003e\n\u003c/p\u003e\n\n### 使用\n\n- 全局安装\n```bash\nnpm i feer2 -g\n```\n- 默认使用\n```\nfeer2 \u003cyour-project-name\u003e\n```\n- 或者\n```bash\nnpx feer2 \u003cyour-project-name\u003e\n```\n\n### 场景支持\n\n在使用 `feer2` 命令创建过程中，会提供模板选择功能, 可支持多种技术栈:\n\n```bash\n? Which type do you want to create? (Use arrow keys)\n❯ ES - (base on the webpack \u0026 es)\n  React - (base on the webpack \u0026 react)\n  Vite - (base on the vitejs \u0026 react)\n```\n\n### 文件目录结构\n\n```c\n├── .babelrc ---\u003e babel配置文件\n├── .gitignore ---\u003e git过滤规则\n├── .eslintrc ---\u003e ESLint配置\n├── .eslintignore ---\u003e ESLint过滤规则\n├── README.MD\n├── package.json\n├── build/dist ---\u003e 打包文件夹\n├── config ---\u003e 配置文件夹(`*`)\n├── images ---\u003e 图片资源文件 (使用cdn时，可删除该文件夹)\n└── src ---\u003e 源代码文件夹\n```\n\n### config 配置\n\n```c\n├── env.js ----\u003e 基础环境变量\n├── dev.js ----\u003e 开发环境配置\n└── prod.js ---\u003e 生产环境配置\n```\n\n### src 代码资源\n\n```c\n├── libs ---\u003e 可存放引入的第三方库文件\n├── mods ---\u003e 各模块业务逻辑\n├── index.js ---\u003e 入口文件index.js\n└── sass/less ---\u003e scss 源代码文件夹, 可自定义\n```\n\n### build/dist 编译输出\n\n```c\n├── index.html ---\u003e html模板文件\n├── js ---\u003e js源代码文件夹\n├── css ---\u003e css资源文件\n└── img ---\u003e 图片资源文件 (使用cdn时，可删除该文件夹)\n```\n\n### 特性\n\n* 基于时下最流行的打包编译方案\n* 快速打包，实现bundle最小化\n* Tree-shaking帮助你移除无用代码\n* 支持单/多页面开发\n* 支持Proxy代理访问接口\n* 基于MockJS 模拟 api\n* 配置简单便捷、打包迅速\n* 支持Sass、Less强大的CSS扩展语言\n* 可灵活配置路由\n* 支持自动打开浏览器(自动获取本地的ip地址)\n* 久经历练考验、不断迭代升级\n\n\n\n### License\n\n[MIT](./LICENSE)\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconsolejs%2Ffeer2-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconsolejs%2Ffeer2-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconsolejs%2Ffeer2-cli/lists"}