https://github.com/lemonade-lab/vscode-plugin-alemonjs-gui
vscode 插件
https://github.com/lemonade-lab/vscode-plugin-alemonjs-gui
alemonjs vscode
Last synced: about 2 months ago
JSON representation
vscode 插件
- Host: GitHub
- URL: https://github.com/lemonade-lab/vscode-plugin-alemonjs-gui
- Owner: lemonade-lab
- License: other
- Created: 2024-12-25T03:11:06.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-08T05:33:57.000Z (3 months ago)
- Last Synced: 2025-03-08T06:26:05.570Z (3 months ago)
- Topics: alemonjs, vscode
- Language: TypeScript
- Homepage:
- Size: 32.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AlemonJS GUI
开发文档[https://alemonjs.com/](https://alemonjs.com/)
这是一个可以在vscode中使用gui平台进行测试的插件。
新增alemon.config.yaml文件并配置。
- alemon.config.yaml
```yaml
gui:
port: 17127
```拉取开发模版后,一般需要这样去启动服务
```sh
yarn run dev --login gui
```启动后,需要点击`连接`才可以进行后续操作