@bleedingdev/modern-js-main-doc 3.2.0-ultramodern.76 → 3.2.0-ultramodern.77
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.
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
UltraModern.js provides the BleedingDev create package to create projects. It does not require global installation and can be run on-demand using `pnpm dlx`.
|
|
2
2
|
|
|
3
|
-
You can
|
|
3
|
+
You can initialize the empty directory you are already in:
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
6
|
mkdir myapp && cd myapp
|
|
7
|
-
pnpm dlx @bleedingdev/modern-js-create
|
|
7
|
+
pnpm dlx @bleedingdev/modern-js-create .
|
|
8
8
|
```
|
|
9
9
|
|
|
10
10
|
You can also create a project directly in a new directory:
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
UltraModern.js 提供 BleedingDev create 包来创建项目,不需要全局安装,直接使用 `pnpm dlx` 按需运行即可。
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
你可以在当前已有的空目录中初始化项目:
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
6
|
mkdir myapp && cd myapp
|
|
7
|
-
pnpm dlx @bleedingdev/modern-js-create
|
|
7
|
+
pnpm dlx @bleedingdev/modern-js-create .
|
|
8
8
|
```
|
|
9
9
|
|
|
10
10
|
也可以直接用新目录创建项目:
|
package/package.json
CHANGED
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"modern",
|
|
19
19
|
"modern.js"
|
|
20
20
|
],
|
|
21
|
-
"version": "3.2.0-ultramodern.
|
|
21
|
+
"version": "3.2.0-ultramodern.77",
|
|
22
22
|
"publishConfig": {
|
|
23
23
|
"registry": "https://registry.npmjs.org/",
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"mermaid": "^11.15.0",
|
|
28
|
-
"@modern-js/sandpack-react": "npm:@bleedingdev/modern-js-sandpack-react@3.2.0-ultramodern.
|
|
28
|
+
"@modern-js/sandpack-react": "npm:@bleedingdev/modern-js-sandpack-react@3.2.0-ultramodern.77"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@rsbuild/plugin-sass": "1.5.2",
|