https://github.com/sinoon/opensumi-build-with-vite
https://github.com/sinoon/opensumi-build-with-vite
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sinoon/opensumi-build-with-vite
- Owner: sinoon
- Created: 2022-08-08T11:26:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T11:34:37.000Z (over 3 years ago)
- Last Synced: 2025-01-31T01:01:35.112Z (about 1 year ago)
- Language: TypeScript
- Size: 496 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 复现步骤
## 编译 OpenSumi-Vite
1. 进入 `opensumi-vite`
2. 运行 `yarn`,使用 yarn1
3. 运行 `yarn build:vite`
## 运行项目
1. 进入 `use-opensumi-vite`
2. 运行 `yarn`,使用 yarn1
3. 运行 `yarn dev`
将会看到启动报错,注意,项目确实是无法运行起来的状态,但是是因为缺少一些运行环境,比如 browser fs 等,但在次之前,可以看到 opensumi 已经是无法启动的状态。
