@modern-js/main-doc 0.0.0-next-1686044917772 → 0.0.0-next-1686045734613
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @modern-js/main-doc
|
|
2
2
|
|
|
3
|
-
## 0.0.0-next-
|
|
3
|
+
## 0.0.0-next-1686045734613
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
docs: 修复 reset command 翻译问题
|
|
10
10
|
|
|
11
|
-
-
|
|
11
|
+
- aa250e277: docs(main): update start doc
|
|
12
12
|
|
|
13
13
|
docs(main): 更新开始文档
|
|
14
14
|
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
|
|
17
17
|
docs(main): 更新包版本管理文档
|
|
18
18
|
|
|
19
|
-
- Updated dependencies [
|
|
20
|
-
- @modern-js/builder-doc@0.0.0-next-
|
|
19
|
+
- Updated dependencies [aa250e277]
|
|
20
|
+
- @modern-js/builder-doc@0.0.0-next-1686045734613
|
|
21
21
|
|
|
22
22
|
## 2.22.0
|
|
23
23
|
|
|
@@ -13,7 +13,7 @@ After create the project, Modern.js will automatically install dependencies and
|
|
|
13
13
|
[INFO] dependencies are automatically installed
|
|
14
14
|
[INFO] git repository has been automatically created
|
|
15
15
|
[INFO] Success!
|
|
16
|
-
You can run the following command in the directory of the new project
|
|
16
|
+
You can run the following command in the directory of the new project:
|
|
17
17
|
pnpm run dev # Starting the dev server
|
|
18
18
|
pnpm run build # Build the app for production
|
|
19
19
|
pnpm run serve # Preview the production build locally
|
|
@@ -47,7 +47,7 @@ Since the Modern.js framework is the most widely used, in this documentation sit
|
|
|
47
47
|
|
|
48
48
|
## Modern.js Framework
|
|
49
49
|
|
|
50
|
-
**The Modern.js framework is a progressive web
|
|
50
|
+
**The Modern.js framework is a progressive web framework based on React**. At ByteDance, we use Modern.js to build upper-level frameworks that have supported the development of thousands of web applications.
|
|
51
51
|
|
|
52
52
|
Modern.js can provide developers with an ultimate **Development Experience** and enable applications to have better **User Experience**.
|
|
53
53
|
|
|
@@ -55,7 +55,7 @@ In the process of developing React applications, developers usually need to desi
|
|
|
55
55
|
|
|
56
56
|
It mainly includes the following features:
|
|
57
57
|
|
|
58
|
-
- 🚀 **Rust Bundler**: Provides support for dual
|
|
58
|
+
- 🚀 **Rust Bundler**: Provides support for dual bundlers, easily switch to the Rspack for faster build speed.
|
|
59
59
|
- 🪜 **Progressive**: Create projects with the most streamlined templates, gradually enable plugin features through the generator, and customize solutions.
|
|
60
60
|
- 🏠 **Integration**: Development and production environment web server are unique, CSR and SSR are isomorphic development, and API service calls are functions as interfaces.
|
|
61
61
|
- 📦 **Out Of The Box**: Default TS support, built-in build, ESLint, debugging tools, fully functional and testable.
|
package/package.json
CHANGED
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "0.0.0-next-
|
|
18
|
+
"version": "0.0.0-next-1686045734613",
|
|
19
19
|
"publishConfig": {
|
|
20
20
|
"registry": "https://registry.npmjs.org/",
|
|
21
21
|
"access": "public"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@modern-js/builder-doc": "0.0.0-next-
|
|
24
|
+
"@modern-js/builder-doc": "0.0.0-next-1686045734613"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"classnames": "^2",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"fs-extra": "^10",
|
|
34
34
|
"@types/node": "^16",
|
|
35
35
|
"@types/fs-extra": "^9",
|
|
36
|
-
"@modern-js/builder-doc": "0.0.0-next-
|
|
37
|
-
"@modern-js/doc-
|
|
38
|
-
"@modern-js/doc-
|
|
36
|
+
"@modern-js/builder-doc": "0.0.0-next-1686045734613",
|
|
37
|
+
"@modern-js/doc-plugin-auto-sidebar": "0.0.0-next-1686045734613",
|
|
38
|
+
"@modern-js/doc-tools": "0.0.0-next-1686045734613"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"dev": "modern dev",
|