# <%= ctx.name %>

## 目录结构

```text
 -./
  |
  |-src/
  |   |
  |   |-bundles/
  |   |   |
  |   |   |-components/ # 组件存放区
  |   |   |
  |   |   \-others...
  |   |
  |   |-icon/
  |   |   |
  |   |   \-svgs/       # 图标存放区
  |   |
  |   |-panes/          # 面板扩展存放区
  |   |
  |   |-index.js        # 入口文件
  |   |
  |   \-others...
  |
  |-dist/
  |
  \-others...
```

## 开发

```sh
tnpm install
npm start
```
