-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add introduce video and optimize pkg readme (#39)
* docs: add introduce video and optimize pkg readme * docs: update introduce video
- Loading branch information
Showing
8 changed files
with
30 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Documentation | ||
|
||
See https://midscenejs.com/ for details. | ||
|
||
## License | ||
|
||
Midscene is MIT licensed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,7 @@ | ||
# Modern.js App | ||
## Documentation | ||
|
||
## Setup | ||
See https://midscenejs.com/ for details. | ||
|
||
Install the dependencies: | ||
## License | ||
|
||
```bash | ||
pnpm install | ||
``` | ||
|
||
## Get Started | ||
|
||
Start the dev server: | ||
|
||
```bash | ||
pnpm dev | ||
``` | ||
|
||
Enable optional features or add a new entry: | ||
|
||
```bash | ||
pnpm new | ||
``` | ||
|
||
Build the app for production: | ||
|
||
```bash | ||
pnpm build | ||
``` | ||
|
||
Preview the production build locally: | ||
|
||
```bash | ||
pnpm serve | ||
``` | ||
|
||
For more information, see the [Modern.js documentation](https://modernjs.dev/en). | ||
Midscene is MIT licensed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,7 @@ | ||
# visualizer | ||
## Documentation | ||
|
||
## Get Started | ||
See https://midscenejs.com/ for details. | ||
|
||
按开发环境的要求,运行和调试项目 | ||
|
||
运行和调试组件 | ||
|
||
``` | ||
pnpm run dev | ||
``` | ||
|
||
按照社区规范和最佳实践,生成构建产物 | ||
|
||
``` | ||
pnpm run build | ||
``` | ||
|
||
继续创建更多项目要素 | ||
|
||
``` | ||
pnpm run new | ||
``` | ||
## License | ||
|
||
Midscene is MIT licensed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Documentation | ||
|
||
See https://midscenejs.com/ for details. | ||
|
||
## License | ||
|
||
Midscene is MIT licensed. |