@modern-js/main-doc 2.9.0 → 2.11.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +27 -0
- package/docs/en/apis/app/hooks/src/server.mdx +1 -28
- package/docs/en/apis/app/runtime/web-server/hook.mdx +1 -3
- package/docs/en/apis/app/runtime/web-server/middleware.mdx +1 -4
- package/docs/en/blog/index.md +8 -0
- package/docs/en/configure/app/output/splitRouteChunks.mdx +20 -0
- package/docs/en/configure/app/source/config-dir.mdx +2 -2
- package/docs/en/configure/app/source/design-system.mdx +2 -2
- package/docs/en/configure/app/source/disable-default-entries.mdx +12 -12
- package/docs/en/configure/app/source/disable-entry-dirs.mdx +3 -4
- package/docs/en/configure/app/source/enable-async-entry.mdx +2 -2
- package/docs/en/configure/app/source/entries-dir.mdx +10 -10
- package/docs/en/configure/app/source/entries.mdx +83 -26
- package/docs/en/configure/app/source/plugin-import.mdx +13 -0
- package/docs/en/configure/app/source/transform-import.mdx +13 -0
- package/docs/en/configure/app/tools/esbuild.mdx +9 -4
- package/docs/en/configure/app/tools/jest.mdx +2 -3
- package/docs/en/configure/app/tools/swc.mdx +6 -2
- package/docs/en/guides/advanced-features/compatibility.mdx +1 -0
- package/docs/en/guides/advanced-features/rspack-start.mdx +1 -1
- package/docs/en/guides/advanced-features/ssr.mdx +4 -3
- package/docs/en/guides/advanced-features/web-server.mdx +1 -1
- package/docs/en/guides/concept/entries.mdx +130 -39
- package/docs/en/guides/get-started/introduction.mdx +1 -1
- package/docs/en/guides/get-started/quick-start.mdx +2 -0
- package/docs/en/guides/topic-detail/framework-plugin/hook-list.mdx +7 -3
- package/docs/en/guides/topic-detail/framework-plugin/plugin-api.mdx +29 -28
- package/docs/en/guides/topic-detail/generator/codesmith/api/fs.mdx +2 -2
- package/docs/en/guides/topic-detail/model/typescript-best-practice.mdx +4 -4
- package/docs/en/tutorials/first-app/c06-model.mdx +15 -12
- package/docs/en/tutorials/first-app/c07-container.mdx +22 -19
- package/docs/zh/apis/app/hooks/src/server.mdx +1 -28
- package/docs/zh/apis/app/runtime/web-server/hook.mdx +1 -3
- package/docs/zh/apis/app/runtime/web-server/middleware.mdx +1 -4
- package/docs/zh/blog/index.md +71 -3
- package/docs/zh/blog/updates/2022-0708-updates.md +96 -0
- package/docs/zh/blog/updates/2022-0910-updates.md +80 -0
- package/docs/zh/blog/updates/_category_.json +5 -0
- package/docs/zh/blog/updates/v2-release-note.mdx +250 -0
- package/docs/zh/configure/app/output/splitRouteChunks.mdx +20 -0
- package/docs/zh/configure/app/source/config-dir.mdx +2 -2
- package/docs/zh/configure/app/source/design-system.mdx +3 -3
- package/docs/zh/configure/app/source/disable-default-entries.mdx +11 -10
- package/docs/zh/configure/app/source/disable-entry-dirs.mdx +2 -3
- package/docs/zh/configure/app/source/enable-async-entry.mdx +3 -3
- package/docs/zh/configure/app/source/entries-dir.mdx +10 -11
- package/docs/zh/configure/app/source/entries.mdx +84 -23
- package/docs/zh/configure/app/source/plugin-import.mdx +13 -0
- package/docs/zh/configure/app/source/transform-import.mdx +13 -0
- package/docs/zh/configure/app/tools/esbuild.mdx +9 -5
- package/docs/zh/configure/app/tools/jest.mdx +2 -3
- package/docs/zh/configure/app/tools/swc.mdx +6 -2
- package/docs/zh/guides/advanced-features/compatibility.mdx +1 -0
- package/docs/zh/guides/advanced-features/eslint.mdx +1 -1
- package/docs/zh/guides/advanced-features/rspack-start.mdx +1 -1
- package/docs/zh/guides/advanced-features/ssr.mdx +6 -3
- package/docs/zh/guides/advanced-features/web-server.mdx +10 -5
- package/docs/zh/guides/concept/entries.mdx +36 -35
- package/docs/zh/guides/get-started/quick-start.mdx +2 -0
- package/docs/zh/guides/topic-detail/framework-plugin/hook-list.mdx +6 -2
- package/docs/zh/guides/topic-detail/framework-plugin/plugin-api.mdx +30 -29
- package/docs/zh/guides/topic-detail/generator/codesmith/api/fs.mdx +2 -2
- package/docs/zh/tutorials/first-app/c06-model.mdx +14 -12
- package/docs/zh/tutorials/first-app/c07-container.mdx +22 -19
- package/modern.config.ts +6 -7
- package/package.json +5 -5
- package/src/pages/index.tsx +10 -5
- package/en/configure/app/dev/asset-prefix.mdx +0 -13
- package/en/configure/app/dev/before-start-url.mdx +0 -13
- package/en/configure/app/dev/hmr.mdx +0 -13
- package/en/configure/app/dev/host.mdx +0 -13
- package/en/configure/app/dev/https.mdx +0 -13
- package/en/configure/app/dev/port.mdx +0 -13
- package/en/configure/app/dev/progress-bar.mdx +0 -13
- package/en/configure/app/dev/start-url.mdx +0 -13
- package/en/configure/app/experiments/lazy-compilation.mdx +0 -13
- package/en/configure/app/html/app-icon.mdx +0 -13
- package/en/configure/app/html/crossorigin.mdx +0 -13
- package/en/configure/app/html/disable-html-folder.mdx +0 -13
- package/en/configure/app/html/favicon-by-entries.mdx +0 -13
- package/en/configure/app/html/favicon.mdx +0 -13
- package/en/configure/app/html/inject-by-entries.mdx +0 -13
- package/en/configure/app/html/inject.mdx +0 -13
- package/en/configure/app/html/meta-by-entries.mdx +0 -13
- package/en/configure/app/html/meta.mdx +0 -13
- package/en/configure/app/html/mount-id.mdx +0 -13
- package/en/configure/app/html/tags-by-entries.mdx +0 -13
- package/en/configure/app/html/tags.mdx +0 -13
- package/en/configure/app/html/template-by-entries.mdx +0 -13
- package/en/configure/app/html/template-parameters-by-entries.mdx +0 -13
- package/en/configure/app/html/template-parameters.mdx +0 -13
- package/en/configure/app/html/template.mdx +0 -13
- package/en/configure/app/html/title-by-entries.mdx +0 -13
- package/en/configure/app/html/title.mdx +0 -13
- package/en/configure/app/output/asset-prefix.mdx +0 -13
- package/en/configure/app/output/assets-retry.mdx +0 -13
- package/en/configure/app/output/charset.mdx +0 -13
- package/en/configure/app/output/clean-dist-path.mdx +0 -13
- package/en/configure/app/output/convert-to-rem.mdx +0 -13
- package/en/configure/app/output/copy.mdx +0 -13
- package/en/configure/app/output/css-module-local-ident-name.mdx +0 -13
- package/en/configure/app/output/data-uri-limit.mdx +0 -13
- package/en/configure/app/output/disable-css-extract.mdx +0 -13
- package/en/configure/app/output/disable-css-module-extension.mdx +0 -13
- package/en/configure/app/output/disable-filename-hash.mdx +0 -13
- package/en/configure/app/output/disable-inline-runtime-chunk.mdx +0 -13
- package/en/configure/app/output/disable-minimize.mdx +0 -13
- package/en/configure/app/output/disable-source-map.mdx +0 -13
- package/en/configure/app/output/disable-ts-checker.mdx +0 -13
- package/en/configure/app/output/dist-path.mdx +0 -13
- package/en/configure/app/output/enable-asset-fallback.mdx +0 -13
- package/en/configure/app/output/enable-asset-manifest.mdx +0 -13
- package/en/configure/app/output/enable-css-module-tsdeclaration.mdx +0 -13
- package/en/configure/app/output/enable-inline-scripts.mdx +0 -13
- package/en/configure/app/output/enable-inline-styles.mdx +0 -13
- package/en/configure/app/output/enable-latest-decorators.mdx +0 -13
- package/en/configure/app/output/externals.mdx +0 -13
- package/en/configure/app/output/filename.mdx +0 -13
- package/en/configure/app/output/legal-comments.mdx +0 -13
- package/en/configure/app/output/override-browserslist.mdx +0 -13
- package/en/configure/app/output/polyfill.mdx +0 -13
- package/en/configure/app/output/svg-default-export.mdx +0 -13
- package/en/configure/app/performance/build-cache.mdx +0 -13
- package/en/configure/app/performance/bundle-analyze.mdx +0 -13
- package/en/configure/app/performance/chunk-split.mdx +0 -13
- package/en/configure/app/performance/print-file-size.mdx +0 -13
- package/en/configure/app/performance/profile.mdx +0 -13
- package/en/configure/app/performance/remove-console.mdx +0 -13
- package/en/configure/app/performance/remove-moment-locale.mdx +0 -13
- package/en/configure/app/security/check-syntax.mdx +0 -13
- package/en/configure/app/security/sri.mdx +0 -13
- package/en/configure/app/source/alias.mdx +0 -13
- package/en/configure/app/source/compile-js-data-uri.mdx +0 -13
- package/en/configure/app/source/define.mdx +0 -13
- package/en/configure/app/source/exclude.mdx +0 -13
- package/en/configure/app/source/global-vars.mdx +0 -13
- package/en/configure/app/source/include.mdx +0 -13
- package/en/configure/app/source/module-scopes.mdx +0 -13
- package/en/configure/app/source/pre-entry.mdx +0 -13
- package/en/configure/app/source/resolve-extension-prefix.mdx +0 -13
- package/en/configure/app/source/resolve-main-fields.mdx +0 -13
- package/en/configure/app/tools/autoprefixer.mdx +0 -13
- package/en/configure/app/tools/babel.mdx +0 -13
- package/en/configure/app/tools/css-extract.mdx +0 -13
- package/en/configure/app/tools/css-loader.mdx +0 -13
- package/en/configure/app/tools/dev-server.mdx +0 -13
- package/en/configure/app/tools/html-plugin.mdx +0 -13
- package/en/configure/app/tools/inspector.mdx +0 -13
- package/en/configure/app/tools/less.mdx +0 -13
- package/en/configure/app/tools/minify-css.mdx +0 -13
- package/en/configure/app/tools/postcss.mdx +0 -13
- package/en/configure/app/tools/pug.mdx +0 -13
- package/en/configure/app/tools/rspack.mdx +0 -13
- package/en/configure/app/tools/sass.mdx +0 -13
- package/en/configure/app/tools/style-loader.mdx +0 -13
- package/en/configure/app/tools/styled-components.mdx +0 -13
- package/en/configure/app/tools/terser.mdx +0 -13
- package/en/configure/app/tools/ts-checker.mdx +0 -13
- package/en/configure/app/tools/ts-loader.mdx +0 -13
- package/en/configure/app/tools/webpack-chain.mdx +0 -13
- package/en/configure/app/tools/webpack.mdx +0 -13
- package/zh/configure/app/dev/asset-prefix.mdx +0 -13
- package/zh/configure/app/dev/before-start-url.mdx +0 -13
- package/zh/configure/app/dev/hmr.mdx +0 -13
- package/zh/configure/app/dev/host.mdx +0 -13
- package/zh/configure/app/dev/https.mdx +0 -13
- package/zh/configure/app/dev/port.mdx +0 -13
- package/zh/configure/app/dev/progress-bar.mdx +0 -13
- package/zh/configure/app/dev/start-url.mdx +0 -13
- package/zh/configure/app/experiments/lazy-compilation.mdx +0 -13
- package/zh/configure/app/html/app-icon.mdx +0 -13
- package/zh/configure/app/html/crossorigin.mdx +0 -13
- package/zh/configure/app/html/disable-html-folder.mdx +0 -13
- package/zh/configure/app/html/favicon-by-entries.mdx +0 -13
- package/zh/configure/app/html/favicon.mdx +0 -13
- package/zh/configure/app/html/inject-by-entries.mdx +0 -13
- package/zh/configure/app/html/inject.mdx +0 -13
- package/zh/configure/app/html/meta-by-entries.mdx +0 -13
- package/zh/configure/app/html/meta.mdx +0 -13
- package/zh/configure/app/html/mount-id.mdx +0 -13
- package/zh/configure/app/html/tags-by-entries.mdx +0 -13
- package/zh/configure/app/html/tags.mdx +0 -13
- package/zh/configure/app/html/template-by-entries.mdx +0 -13
- package/zh/configure/app/html/template-parameters-by-entries.mdx +0 -13
- package/zh/configure/app/html/template-parameters.mdx +0 -13
- package/zh/configure/app/html/template.mdx +0 -13
- package/zh/configure/app/html/title-by-entries.mdx +0 -13
- package/zh/configure/app/html/title.mdx +0 -13
- package/zh/configure/app/output/asset-prefix.mdx +0 -13
- package/zh/configure/app/output/assets-retry.mdx +0 -13
- package/zh/configure/app/output/charset.mdx +0 -13
- package/zh/configure/app/output/clean-dist-path.mdx +0 -13
- package/zh/configure/app/output/convert-to-rem.mdx +0 -13
- package/zh/configure/app/output/copy.mdx +0 -13
- package/zh/configure/app/output/css-module-local-ident-name.mdx +0 -13
- package/zh/configure/app/output/data-uri-limit.mdx +0 -13
- package/zh/configure/app/output/disable-css-extract.mdx +0 -13
- package/zh/configure/app/output/disable-css-module-extension.mdx +0 -13
- package/zh/configure/app/output/disable-filename-hash.mdx +0 -13
- package/zh/configure/app/output/disable-inline-runtime-chunk.mdx +0 -13
- package/zh/configure/app/output/disable-minimize.mdx +0 -13
- package/zh/configure/app/output/disable-source-map.mdx +0 -13
- package/zh/configure/app/output/disable-ts-checker.mdx +0 -13
- package/zh/configure/app/output/dist-path.mdx +0 -13
- package/zh/configure/app/output/enable-asset-fallback.mdx +0 -13
- package/zh/configure/app/output/enable-asset-manifest.mdx +0 -13
- package/zh/configure/app/output/enable-css-module-tsdeclaration.mdx +0 -13
- package/zh/configure/app/output/enable-inline-scripts.mdx +0 -13
- package/zh/configure/app/output/enable-inline-styles.mdx +0 -13
- package/zh/configure/app/output/enable-latest-decorators.mdx +0 -13
- package/zh/configure/app/output/externals.mdx +0 -13
- package/zh/configure/app/output/filename.mdx +0 -13
- package/zh/configure/app/output/legal-comments.mdx +0 -13
- package/zh/configure/app/output/override-browserslist.mdx +0 -13
- package/zh/configure/app/output/polyfill.mdx +0 -13
- package/zh/configure/app/output/svg-default-export.mdx +0 -13
- package/zh/configure/app/performance/build-cache.mdx +0 -13
- package/zh/configure/app/performance/bundle-analyze.mdx +0 -13
- package/zh/configure/app/performance/chunk-split.mdx +0 -13
- package/zh/configure/app/performance/print-file-size.mdx +0 -13
- package/zh/configure/app/performance/profile.mdx +0 -13
- package/zh/configure/app/performance/remove-console.mdx +0 -13
- package/zh/configure/app/performance/remove-moment-locale.mdx +0 -13
- package/zh/configure/app/security/check-syntax.mdx +0 -13
- package/zh/configure/app/security/sri.mdx +0 -13
- package/zh/configure/app/source/alias.mdx +0 -13
- package/zh/configure/app/source/compile-js-data-uri.mdx +0 -13
- package/zh/configure/app/source/define.mdx +0 -13
- package/zh/configure/app/source/exclude.mdx +0 -13
- package/zh/configure/app/source/global-vars.mdx +0 -13
- package/zh/configure/app/source/include.mdx +0 -13
- package/zh/configure/app/source/module-scopes.mdx +0 -13
- package/zh/configure/app/source/pre-entry.mdx +0 -13
- package/zh/configure/app/source/resolve-extension-prefix.mdx +0 -13
- package/zh/configure/app/source/resolve-main-fields.mdx +0 -13
- package/zh/configure/app/tools/autoprefixer.mdx +0 -13
- package/zh/configure/app/tools/babel.mdx +0 -13
- package/zh/configure/app/tools/css-extract.mdx +0 -13
- package/zh/configure/app/tools/css-loader.mdx +0 -13
- package/zh/configure/app/tools/dev-server.mdx +0 -13
- package/zh/configure/app/tools/html-plugin.mdx +0 -13
- package/zh/configure/app/tools/inspector.mdx +0 -13
- package/zh/configure/app/tools/less.mdx +0 -13
- package/zh/configure/app/tools/minify-css.mdx +0 -13
- package/zh/configure/app/tools/postcss.mdx +0 -13
- package/zh/configure/app/tools/pug.mdx +0 -13
- package/zh/configure/app/tools/rspack.mdx +0 -13
- package/zh/configure/app/tools/sass.mdx +0 -13
- package/zh/configure/app/tools/style-loader.mdx +0 -13
- package/zh/configure/app/tools/styled-components.mdx +0 -13
- package/zh/configure/app/tools/terser.mdx +0 -13
- package/zh/configure/app/tools/ts-checker.mdx +0 -13
- package/zh/configure/app/tools/ts-loader.mdx +0 -13
- package/zh/configure/app/tools/webpack-chain.mdx +0 -13
- package/zh/configure/app/tools/webpack.mdx +0 -13
@@ -195,18 +195,10 @@ const Item = ({
|
|
195
195
|
export default Item;
|
196
196
|
```
|
197
197
|
|
198
|
-
接下来,我们修改 `src/routes/page.tsx`,为 `<Item>` 组件传递更多参数:
|
198
|
+
接下来,我们修改 `src/routes/page.tsx` 和 `src/routes/page.loader.ts`,为 `<Item>` 组件传递更多参数:
|
199
199
|
|
200
|
-
```
|
201
|
-
|
202
|
-
import { useModel } from '@modern-js/runtime/model';
|
203
|
-
import { useLoaderData } from '@modern-js/runtime/router';
|
204
|
-
import { List } from 'antd';
|
205
|
-
import { name, internet } from 'faker';
|
206
|
-
import Item from '../components/Item';
|
207
|
-
import contacts from '../models/contacts';
|
208
|
-
|
209
|
-
type LoaderData = {
|
200
|
+
```ts title="src/routes/page.loader.ts"
|
201
|
+
export type LoaderData = {
|
210
202
|
code: number;
|
211
203
|
data: {
|
212
204
|
name: string;
|
@@ -215,7 +207,7 @@ type LoaderData = {
|
|
215
207
|
}[];
|
216
208
|
};
|
217
209
|
|
218
|
-
export
|
210
|
+
export default async (): Promise<LoaderData> => {
|
219
211
|
const data = new Array(20).fill(0).map(() => {
|
220
212
|
const firstName = name.firstName();
|
221
213
|
return {
|
@@ -231,6 +223,16 @@ export const loader = async (): Promise<LoaderData> => {
|
|
231
223
|
data,
|
232
224
|
};
|
233
225
|
};
|
226
|
+
```
|
227
|
+
|
228
|
+
```tsx title="src/routes/page.tsx"
|
229
|
+
import { Helmet } from '@modern-js/runtime/head';
|
230
|
+
import { useModel } from '@modern-js/runtime/model';
|
231
|
+
import { useLoaderData } from '@modern-js/runtime/router';
|
232
|
+
import { List } from 'antd';
|
233
|
+
import { name, internet } from 'faker';
|
234
|
+
import Item from '../components/Item';
|
235
|
+
import contacts from '../models/contacts';
|
234
236
|
|
235
237
|
function Index() {
|
236
238
|
const { data } = useLoaderData() as LoaderData;
|
@@ -15,24 +15,8 @@ import { Tabs, Tab as TabItem } from "@theme";
|
|
15
15
|
|
16
16
|
Modern.js 支持在 `layout.tsx` 通过 Data Loader 获取数据,我们先数据获取这部分代码移动到 `src/routes/layout.tsx` 中:
|
17
17
|
|
18
|
-
```
|
19
|
-
|
20
|
-
import {
|
21
|
-
Outlet,
|
22
|
-
useLoaderData,
|
23
|
-
useLocation,
|
24
|
-
useNavigate,
|
25
|
-
} from '@modern-js/runtime/router';
|
26
|
-
import { useState } from 'react';
|
27
|
-
import { Radio, RadioChangeEvent } from 'antd';
|
28
|
-
import { useModel } from '@modern-js/runtime/model';
|
29
|
-
import contacts from '../models/contacts';
|
30
|
-
import 'tailwindcss/base.css';
|
31
|
-
import 'tailwindcss/components.css';
|
32
|
-
import 'tailwindcss/utilities.css';
|
33
|
-
import '../styles/utils.css';
|
34
|
-
|
35
|
-
type LoaderData = {
|
18
|
+
```ts title="src/routes/layout.loader.ts"
|
19
|
+
export type LoaderData = {
|
36
20
|
code: number;
|
37
21
|
data: {
|
38
22
|
name: string;
|
@@ -41,7 +25,7 @@ type LoaderData = {
|
|
41
25
|
}[];
|
42
26
|
};
|
43
27
|
|
44
|
-
export
|
28
|
+
export default async (): Promise<LoaderData> => {
|
45
29
|
const data = new Array(20).fill(0).map(() => {
|
46
30
|
const firstName = name.firstName();
|
47
31
|
return {
|
@@ -56,6 +40,25 @@ export const loader = async (): Promise<LoaderData> => {
|
|
56
40
|
data,
|
57
41
|
};
|
58
42
|
};
|
43
|
+
```
|
44
|
+
|
45
|
+
```tsx title="src/routes/layout.tsx"
|
46
|
+
import { name, internet } from 'faker';
|
47
|
+
import {
|
48
|
+
Outlet,
|
49
|
+
useLoaderData,
|
50
|
+
useLocation,
|
51
|
+
useNavigate,
|
52
|
+
} from '@modern-js/runtime/router';
|
53
|
+
import { useState } from 'react';
|
54
|
+
import { Radio, RadioChangeEvent } from 'antd';
|
55
|
+
import { useModel } from '@modern-js/runtime/model';
|
56
|
+
import contacts from '../models/contacts';
|
57
|
+
import 'tailwindcss/base.css';
|
58
|
+
import 'tailwindcss/components.css';
|
59
|
+
import 'tailwindcss/utilities.css';
|
60
|
+
import '../styles/utils.css';
|
61
|
+
import type { LoaderData } from './layout.loader';
|
59
62
|
|
60
63
|
export default function Layout() {
|
61
64
|
const { data } = useLoaderData() as LoaderData;
|
package/modern.config.ts
CHANGED
@@ -40,12 +40,11 @@ const getNavbar = (lang: string): NavItem[] => {
|
|
40
40
|
link: getLink('/apis/app/commands'),
|
41
41
|
activeMatch: '/apis/',
|
42
42
|
},
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
// },
|
43
|
+
{
|
44
|
+
text: getText('博客', 'Blog'),
|
45
|
+
link: getLink('/blog/index'),
|
46
|
+
activeMatch: '/blog/',
|
47
|
+
},
|
49
48
|
{
|
50
49
|
text: `v${version}`,
|
51
50
|
items: [
|
@@ -153,5 +152,5 @@ export default defineConfig({
|
|
153
152
|
}),
|
154
153
|
],
|
155
154
|
},
|
156
|
-
plugins: [docTools()],
|
155
|
+
plugins: [docTools({})],
|
157
156
|
});
|
package/package.json
CHANGED
@@ -11,13 +11,13 @@
|
|
11
11
|
"modern",
|
12
12
|
"modern.js"
|
13
13
|
],
|
14
|
-
"version": "2.
|
14
|
+
"version": "2.11.0",
|
15
15
|
"publishConfig": {
|
16
16
|
"registry": "https://registry.npmjs.org/",
|
17
17
|
"access": "public"
|
18
18
|
},
|
19
19
|
"peerDependencies": {
|
20
|
-
"@modern-js/builder-doc": "^2.
|
20
|
+
"@modern-js/builder-doc": "^2.11.0"
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
23
23
|
"classnames": "^2",
|
@@ -29,9 +29,9 @@
|
|
29
29
|
"fs-extra": "^10",
|
30
30
|
"@types/node": "^16",
|
31
31
|
"@types/fs-extra": "^9",
|
32
|
-
"@modern-js/builder-doc": "2.
|
33
|
-
"@modern-js/doc-tools": "2.
|
34
|
-
"@modern-js/doc-plugin-auto-sidebar": "2.
|
32
|
+
"@modern-js/builder-doc": "2.11.0",
|
33
|
+
"@modern-js/doc-tools": "2.11.0",
|
34
|
+
"@modern-js/doc-plugin-auto-sidebar": "2.11.0"
|
35
35
|
},
|
36
36
|
"scripts": {
|
37
37
|
"dev": "modern dev",
|
package/src/pages/index.tsx
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
import clsx from 'clsx';
|
2
|
-
import { useLang, Helmet } from '@modern-js/doc-tools/runtime';
|
2
|
+
import { useLang, Helmet, useLocation } from '@modern-js/doc-tools/runtime';
|
3
|
+
import { useEffect } from 'react';
|
3
4
|
import ContentCard from '../components/ContentCard';
|
4
5
|
import SecondaryTitle from '../components/SecondaryTitle';
|
5
6
|
import { FeatureLayout } from '../components/FeatureLayout';
|
@@ -44,6 +45,13 @@ const HomepageHeader = () => {
|
|
44
45
|
|
45
46
|
export default function Home() {
|
46
47
|
const t = useI18n();
|
48
|
+
const { pathname } = useLocation();
|
49
|
+
useEffect(() => {
|
50
|
+
window.MODERN_THEME = 'dark';
|
51
|
+
return () => {
|
52
|
+
window.MODERN_THEME = undefined;
|
53
|
+
};
|
54
|
+
}, [pathname]);
|
47
55
|
|
48
56
|
const features = [
|
49
57
|
{
|
@@ -106,10 +114,7 @@ export default function Home() {
|
|
106
114
|
<div>
|
107
115
|
<Helmet>
|
108
116
|
<html className="dark"></html>
|
109
|
-
<script>
|
110
|
-
localStorage && localStorage.setItem('modern-theme-appearance',
|
111
|
-
'dark');
|
112
|
-
</script>
|
117
|
+
<script>window.MODERN_THEME = 'dark';</script>
|
113
118
|
<style type="text/css">{`
|
114
119
|
.modern-doc-appearance {
|
115
120
|
display: none!important;
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: assetPrefix
|
3
|
-
---
|
4
|
-
|
5
|
-
# dev.assetPrefix
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [dev.assetPrefix](https://modernjs.dev/builder/en/api/config-dev.html#devassetprefix).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/dev/assetPrefix.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: beforeStartUrl
|
3
|
-
---
|
4
|
-
|
5
|
-
# dev.beforeStartUrl
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [dev.beforeStartUrl](https://modernjs.dev/builder/en/api/config-dev.html#devbeforestarturl).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/dev/beforeStartUrl.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: hmr
|
3
|
-
---
|
4
|
-
|
5
|
-
# dev.hmr
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [dev.hmr](https://modernjs.dev/builder/en/api/config-dev.html#devhmr).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/dev/hmr.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: host
|
3
|
-
---
|
4
|
-
|
5
|
-
# dev.host
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [dev.host](https://modernjs.dev/builder/en/api/config-dev.html#devhost).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/dev/host.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: https
|
3
|
-
---
|
4
|
-
|
5
|
-
# dev.https
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [dev.https](https://modernjs.dev/builder/en/api/config-dev.html#devhttps).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/dev/https.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: port
|
3
|
-
---
|
4
|
-
|
5
|
-
# dev.port
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [dev.port](https://modernjs.dev/builder/en/api/config-dev.html#devport).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/dev/port.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: progressBar
|
3
|
-
---
|
4
|
-
|
5
|
-
# dev.progressBar
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [dev.progressBar](https://modernjs.dev/builder/en/api/config-dev.html#devprogressbar).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/dev/progressBar.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: startUrl
|
3
|
-
---
|
4
|
-
|
5
|
-
# dev.startUrl
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [dev.startUrl](https://modernjs.dev/builder/en/api/config-dev.html#devstarturl).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/dev/startUrl.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: lazyCompilation
|
3
|
-
---
|
4
|
-
|
5
|
-
# experiments.lazyCompilation
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [experiments.lazyCompilation](https://modernjs.dev/builder/en/api/config-experiments.html#experimentslazycompilation).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/experiments/lazyCompilation.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: appIcon
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.appIcon
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [html.appIcon](https://modernjs.dev/builder/en/api/config-html.html#htmlappicon).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/appIcon.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: crossorigin
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.crossorigin
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [html.crossorigin](https://modernjs.dev/builder/en/api/config-html.html#htmlcrossorigin).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/crossorigin.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: disableHtmlFolder
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.disableHtmlFolder
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [html.disableHtmlFolder](https://modernjs.dev/builder/en/api/config-html.html#htmldisablehtmlfolder).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/disableHtmlFolder.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: faviconByEntries
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.faviconByEntries
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [html.faviconByEntries](https://modernjs.dev/builder/en/api/config-html.html#htmlfaviconbyentries).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/faviconByEntries.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: favicon
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.favicon
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [html.favicon](https://modernjs.dev/builder/en/api/config-html.html#htmlfavicon).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/favicon.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: injectByEntries
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.injectByEntries
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [html.injectByEntries](https://modernjs.dev/builder/en/api/config-html.html#htmlinjectbyentries).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/injectByEntries.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: inject
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.inject
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [html.inject](https://modernjs.dev/builder/en/api/config-html.html#htmlinject).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/inject.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: metaByEntries
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.metaByEntries
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [html.metaByEntries](https://modernjs.dev/builder/en/api/config-html.html#htmlmetabyentries).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/metaByEntries.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: meta
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.meta
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [html.meta](https://modernjs.dev/builder/en/api/config-html.html#htmlmeta).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/meta.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: mountId
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.mountId
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [html.mountId](https://modernjs.dev/builder/en/api/config-html.html#htmlmountid).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/mountId.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: tagsByEntries
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.tagsByEntries
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [html.tagsByEntries](https://modernjs.dev/builder/en/api/config-html.html#htmltagsbyentries).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/tagsByEntries.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: tags
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.tags
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [html.tags](https://modernjs.dev/builder/en/api/config-html.html#htmltags).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/tags.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: templateByEntries
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.templateByEntries
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [html.templateByEntries](https://modernjs.dev/builder/en/api/config-html.html#htmltemplatebyentries).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/templateByEntries.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: templateParametersByEntries
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.templateParametersByEntries
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [html.templateParametersByEntries](https://modernjs.dev/builder/en/api/config-html.html#htmltemplateparametersbyentries).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/templateParametersByEntries.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: templateParameters
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.templateParameters
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [html.templateParameters](https://modernjs.dev/builder/en/api/config-html.html#htmltemplateparameters).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/templateParameters.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: template
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.template
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [html.template](https://modernjs.dev/builder/en/api/config-html.html#htmltemplate).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/template.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: titleByEntries
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.titleByEntries
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [html.titleByEntries](https://modernjs.dev/builder/en/api/config-html.html#htmltitlebyentries).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/titleByEntries.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: title
|
3
|
-
---
|
4
|
-
|
5
|
-
# html.title
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [html.title](https://modernjs.dev/builder/en/api/config-html.html#htmltitle).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/html/title.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: assetPrefix
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.assetPrefix
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [output.assetPrefix](https://modernjs.dev/builder/en/api/config-output.html#outputassetprefix).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/assetPrefix.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: assetsRetry
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.assetsRetry
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [output.assetsRetry](https://modernjs.dev/builder/en/api/config-output.html#outputassetsretry).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/assetsRetry.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: charset
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.charset
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [output.charset](https://modernjs.dev/builder/en/api/config-output.html#outputcharset).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/charset.md';
|
12
|
-
|
13
|
-
<Main />
|
@@ -1,13 +0,0 @@
|
|
1
|
-
---
|
2
|
-
sidebar_label: cleanDistPath
|
3
|
-
---
|
4
|
-
|
5
|
-
# output.cleanDistPath
|
6
|
-
|
7
|
-
:::tip
|
8
|
-
This config is provided by Modern.js Builder, more detail can see [output.cleanDistPath](https://modernjs.dev/builder/en/api/config-output.html#outputcleandistpath).
|
9
|
-
:::
|
10
|
-
|
11
|
-
import Main from '@modern-js/builder-doc/docs/en/config/output/cleanDistPath.md';
|
12
|
-
|
13
|
-
<Main />
|