This repository was archived by the owner on May 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1212
1313- 小:实现方式简洁,生产环境构建出来的bundle为同等复杂度的next.js项目的0.4倍,生成文件数量相比于next.js减少非常多
1414- 全:支持HMR,支持本地开发以及生产环境CSR/SSR两种渲染模式无缝切换,支持定制组件的渲染模式,同时支持TypeScript版本
15- - 美:基于[ React] ( https://reactjs.org/ ) 和[ Eggjs] ( https://eggjs.org/ ) 框架,拥有强大的插件生态,配置非黑盒,且一切关键位置皆可通过config.default .js来配置
15+ - 美:基于[ React] ( https://reactjs.org/ ) 和[ Eggjs] ( https://eggjs.org/ ) 框架,拥有强大的插件生态,配置非黑盒,且一切关键位置皆可通过config.ssr .js来配置
1616
1717在使用这个项目的公司
1818
1919<table ><tr >
2020<td align =" center " ><a href =" https://www.youku.com " ><img src =" https://img.alicdn.com/tfs/TB17DTuXkH0gK0jSZPiXXavapXa-680-133.svg " width =" 100px; " alt =" 优酷 " /><br /><sub ><b >优酷视频
2121</b ></sub ></a ></td >
22- <td align =" center " ><a href =" https://vmall .vmate.com/shop " ><img src =" https://img.alicdn.com/tfs/TB17p6Vhbj1gK0jSZFOXXc7GpXa-512-512.png " width =" 100px; " alt =" vmate 积分商城 " /><br />
22+ <td align =" center " ><a href =" https://campaign .vmate.com/diwalilightup " ><img src =" https://img.alicdn.com/tfs/TB17p6Vhbj1gK0jSZFOXXc7GpXa-512-512.png " width =" 100px; " alt =" vmate 积分商城 " /><br />
2323 <a href =" https://job.alibaba.com/zhaopin/position_detail.htm?trace=qrcode_share&positionCode=GP524819 " ><sub ><b >Vmate短视频
2424</b ></a ></td >
2525<td align =" center " ><a href =" https://enjoysales.paat.com/ " ><img src =" https://img.alicdn.com/tfs/TB1Ma0BiEY1gK0jSZFMXXaWcVXa-836-836.png " width =" 100px; " alt =" 火炽星原CRM " /><br />
@@ -213,8 +213,6 @@ module.exports = {
213213│ └── router.js // egg路由文件,无特殊需求不需要修改内容
214214├── app.js // egg 启动入口文件
215215├── build // webpack配置目录
216- │ ├── env.js
217- │ ├── jest
218216│ ├── paths.js
219217│ ├── util.js
220218│ ├── webpack.config.base.js // 通用的webpack配置
@@ -223,9 +221,9 @@ module.exports = {
223221├── config // egg 配置文件目录
224222│ ├── config.daily.js
225223│ ├── config.default.js
224+ │ ├── config.ssr.js
226225│ ├── config.local.js
227226│ ├── config.prod.js
228- │ ├── config.staging.js
229227│ ├── plugin.js
230228│ └── plugin.local.js
231229├── dist // build生成静态资源文件目录
You can’t perform that action at this time.
0 commit comments