README.md
January 4, 2023 · View on GitHub
OpenSumi Mini-App Layout Sample
This project is used to show how custom layout like Mini-App IDE.
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=trueallows to display DEBUG level logs.DEV_TOOLS=truealways open the devtools when app start.
License
Copyright (c) 2019-present Alibaba Group Holding Limited, Ant Group Co. Ltd.
Licensed under the MIT license.