Skip to content

Commit

Permalink
feat: up
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhongbin committed Jul 10, 2024
1 parent c199f82 commit cfc0d36
Show file tree
Hide file tree
Showing 201 changed files with 16,777 additions and 3,002 deletions.
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

32 changes: 20 additions & 12 deletions .vscode/settings.json
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"
}
}
39 changes: 26 additions & 13 deletions README.md
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
74 changes: 30 additions & 44 deletions package.json
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"]
}
1 change: 0 additions & 1 deletion packages/cli/CHANGELOG.md

This file was deleted.

19 changes: 0 additions & 19 deletions packages/cli/README.md

This file was deleted.

104 changes: 0 additions & 104 deletions packages/cli/package.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/eslint-config-react/CHANGELOG.md

This file was deleted.

17 changes: 0 additions & 17 deletions packages/eslint-config-react/README.md

This file was deleted.

72 changes: 0 additions & 72 deletions packages/eslint-config-react/index.js

This file was deleted.

Loading

0 comments on commit cfc0d36

Please sign in to comment.