Skip to content
/ app-desktop Public template

The mini-app liked IDE - 类小程序界面 IDE 实例项目

Notifications You must be signed in to change notification settings

opensumi/app-desktop

Repository files navigation

OpenSumi Mini-App Layout Sample

License CLA assistant

This project is used to show how custom layout like Mini-App IDE.

perview

English | 简体中文

Quick Start

$ git clone git@github.com:opensumi/app-desktop.git
$ cd app-desktop
$ yarn
$ yarn build
$ yarn start

Project Structure

src
├── base
├── bootstrap                     
├── editor
│   ├── build                    # Build configuration
│   ├── browser
│   ├── common
│   ├── node
│   ├── modules                  # Custom modules
│   ├── extension                # The Buit-in extensions
│   └── main
├── pages
│   ├── dashboard
├── package.json
└── README.md

Start Options

  • SUMI_DEBUG=true allows to display DEBUG level logs.
  • DEV_TOOLS=true always open the devtools when app start.

License

Copyright (c) 2019-present Alibaba Group Holding Limited, Ant Group Co. Ltd.

Licensed under the MIT license.