Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opensumi/app-desktop
The mini-app liked IDE - 类小程序界面 IDE 实例项目
https://github.com/opensumi/app-desktop
Last synced: 3 days ago
JSON representation
The mini-app liked IDE - 类小程序界面 IDE 实例项目
- Host: GitHub
- URL: https://github.com/opensumi/app-desktop
- Owner: opensumi
- Created: 2022-07-08T12:13:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T11:40:56.000Z (about 1 year ago)
- Last Synced: 2024-04-13T15:43:38.454Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.67 MB
- Stars: 10
- Watchers: 10
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README-zh_CN.md
Awesome Lists containing this project
README
OpenSumi Mini-App Layout Sample
[![License][license-image]][license-url]
[![CLA assistant][cla-image]][cla-url][license-url]: https://github.com/opensumi/ide-startup/blob/master/LICENSE
[license-image]: https://img.shields.io/npm/l/@opensumi/ide-core-common.svg
[cla-image]: https://cla-assistant.io/readme/badge/opensumi/core
[cla-url]: https://cla-assistant.io/opensumi/core
本项目用于展示类小程序 IDE 的布局实现。![perview](https://img.alicdn.com/imgextra/i2/O1CN01GWtFj61dYArfmovB9_!!6000000003747-2-tps-2624-1804.png)
[English](./README.md) | 简体中文
## 启动
```bash
$ git clone [email protected]:opensumi/app-desktop.git
$ cd app-desktop
$ yarn
$ yarn build
$ yarn start
```## 项目结构
```bash
src
├── base
├── bootstrap
├── editor
│ ├── build # 构建配置
│ ├── browser
│ ├── common
│ ├── node
│ ├── modules # 自定义模块存放位置
│ ├── extension # 内置插件存放位置
│ └── main
├── pages
│ ├── dashboard
├── package.json
└── README.md
```## 启动配置
- `SUMI_DEBUG=true` allows to display DEBUG level logs.
- `DEV_TOOLS=true` always open the devtools when app start.## 协议
Copyright (c) 2019-present Alibaba Group Holding Limited, Ant Group Co. Ltd.
Licensed under the [MIT](LICENSE) license.