Awesome
<h1 align="center">OpenSumi Mini-App Layout Sample</h1> <div align="center"> </div> 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=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.