-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
xuhongbin
committed
Jul 10, 2024
1 parent
c199f82
commit cfc0d36
Showing
201 changed files
with
16,777 additions
and
3,002 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,25 @@ | ||
{ | ||
"eslint.enable": false, | ||
"css.lint.unknownAtRules": "ignore", | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.eslint": "explicit" | ||
"quickfix.biome": "explicit", | ||
"source.organizeImports.biome": "explicit" | ||
}, | ||
"typescript.tsdk": "node_modules/typescript/lib", | ||
"typescript.enablePromptUseWorkspaceTsdk": true, | ||
"eslint.probe": [ | ||
"javascript", | ||
"javascriptreact", | ||
"typescript", | ||
"typescriptreact", | ||
"html", | ||
"vue", | ||
"markdown", | ||
"json" | ||
] | ||
} | ||
"[json]": { | ||
"editor.defaultFormatter": "biomejs.biome" | ||
}, | ||
"[jsonc]": { | ||
"editor.defaultFormatter": "biomejs.biome" | ||
}, | ||
"[javascript]": { | ||
"editor.defaultFormatter": "biomejs.biome" | ||
}, | ||
"[typescript]": { | ||
"editor.defaultFormatter": "biomejs.biome" | ||
}, | ||
"[typescriptreact]": { | ||
"editor.defaultFormatter": "biomejs.biome" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,36 @@ | ||
<p align="center"> | ||
<img width="240" src="docs/assets/emp-logo.png" alt="emp"> | ||
</p> | ||
<br/> | ||
<p align="center"> | ||
<a href="https://npmjs.com/package/@empjs/cli"><img src="https://img.shields.io/npm/v/@empjs/cli.svg" alt="npm package"></a> | ||
<a href="https://nodejs.org/en/about/previous-releases"><img src="https://img.shields.io/node/v/@empjs/cli.svg" alt="node compatibility"></a> | ||
</p> | ||
<br/> | ||
|
||
# EMP ⚡ 3.0 | ||
> 下一代构建实现微前端 高性能解决方案、力争配置尽可能保持一致,开箱即用。 | ||
[![npm version][npm-version-src]][npm-version-href] | ||
[![npm downloads][npm-downloads-src]][npm-downloads-href] | ||
[![github][github-src]][github-href] | ||
[![node][node-src]][node-href] | ||
|
||
<b>下一代构建实现微前端 高性能解决方案、力争配置尽可能保持一致,开箱即用。</b> | ||
|
||
+ 🔑 基于Rspack + Module Federation + Typescript、聚焦高性能 & 微前端 | ||
+ 🛠️ 多种开发需求、支持开箱即用。 | ||
+ 🔩 通用的插件、共享 webpackChain 插件接口. | ||
|
||
## 提示 | ||
+ 目前 v3 属于内测阶段,需要测试的可以使用 `npm i @empjs/cli` 安装,问题报障请加上 `v3` 的tag. | ||
+ 关于 v3 想法的相关讨论 可以在 [v3讨论区](https://github.com/empjs/emp/discussions/364) 进行讨论。 | ||
+ 📦 插件总览 [点击查看](https://empjs.dev/plugin/) | ||
## 文档 | ||
+ 🚀 [快速开始](https://empjs.dev/guide/start/quick-start.html) | ||
+ 🍭 [配置总览](https://empjs.dev/config/index.html) | ||
+ 📦 [插件总览](https://empjs.dev/plugin/) | ||
+ 📚 [v3讨论区](https://github.com/empjs/emp/discussions/364) | ||
+ ⚡ [官网Github](https://github.com/empjs/official) | ||
|
||
|
||
## QQ 交流群 | ||
<img width="200" src="docs/assets/qq.jpeg" /> | ||
|
||
|
||
## QQ交流群 | ||
<img width="300" src="docs/assets/qq.jpeg" /> | ||
[npm-version-src]: https://img.shields.io/npm/v/@empjs/cli?style=flat&colorA=18181B&colorB=F0DB4F | ||
[npm-version-href]: https://npmjs.com/package/@empjs/cli | ||
[npm-downloads-src]: https://img.shields.io/npm/dm/@empjs/cli?style=flat&colorA=18181B&colorB=F0DB4F | ||
[npm-downloads-href]: https://npmjs.com/package/@empjs/cli | ||
[github-src]: https://img.shields.io/badge/github-@emp/cli-blue?style=flat&colorA=18181B&colorB=F0DB4F | ||
[github-href]: https://github.com/empjs/emp | ||
[node-src]: https://img.shields.io/node/v/@empjs/cli?style=flat&colorA=18181B&colorB=F0DB4F | ||
[node-href]: https://nodejs.org/en/about/previous-releases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,31 @@ | ||
{ | ||
"name": "emp-workspace", | ||
"version": "1.0.0", | ||
"description": "emp workspace", | ||
"main": "index.js", | ||
"type": "module", | ||
"repository": "https://github.com/empjs/emp.git", | ||
"author": "ken <[email protected]>", | ||
"license": "MIT", | ||
"private": true, | ||
"scripts": { | ||
"prepare": "husky install", | ||
"mfdev":"pnpm --filter mf-host --filter mf-app dev", | ||
"mfbuild":"pnpm --filter mf-host --filter mf-app build", | ||
"mfstat":"pnpm --filter mf-host --filter mf-app stat", | ||
"mfstart":"pnpm --filter mf-host --filter mf-app start" | ||
}, | ||
"engines": { | ||
"node": ">=20.0.0", | ||
"pnpm": ">=8" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.8.0", | ||
"@commitlint/config-conventional": "^17.8.0", | ||
"@empjs/eslint-config-react": "workspace:^", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^15.0.2", | ||
"typescript": "^5.3.3" | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
] | ||
}, | ||
"eslintConfig": { | ||
"root": true, | ||
"extends": [ | ||
"@empjs/eslint-config-react" | ||
] | ||
}, | ||
"eslintIgnore": [ | ||
"node_modules", | ||
"dist" | ||
] | ||
} | ||
"name": "emp-workspace", | ||
"version": "1.0.0", | ||
"description": "emp workspace", | ||
"main": "index.js", | ||
"type": "module", | ||
"repository": "https://github.com/empjs/emp.git", | ||
"author": "ken <[email protected]>", | ||
"license": "MIT", | ||
"private": true, | ||
"scripts": {}, | ||
"engines": { | ||
"node": ">=20.0.0", | ||
"pnpm": ">=8" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.8.0", | ||
"@commitlint/config-conventional": "^17.8.0", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^15.0.2", | ||
"typescript": "^5.3.3" | ||
}, | ||
"commitlint": { | ||
"extends": ["@commitlint/config-conventional"] | ||
}, | ||
"eslintConfig": { | ||
"root": true, | ||
"extends": ["@empjs/eslint-config-react"] | ||
}, | ||
"eslintIgnore": ["node_modules", "dist"] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.