Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 1.47 KB

README-zh_CN.md

File metadata and controls

59 lines (44 loc) · 1.47 KB

OpenSumi Mini-App Layout Sample

License CLA assistant

本项目用于展示类小程序 IDE 的布局实现。

perview

English | 简体中文

启动

$ git clone [email protected]:opensumi/app-desktop.git
$ cd app-desktop
$ yarn
$ yarn build
$ yarn start

项目结构

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.