best-cli-template-umi-ts-mobx

1.0.0 • Public • Published

Umi3 + TS + Mobx 项目模板

架构目录

├── .vscode                     # vscode 自定义工作区
├── dist                        # 打包目录
├── mock                        # mock请求
├── src # 源码目录
│   │── pages                   # 页面组件
│   │   └── index               # 简单页面
│   └── store                   # mobx 数据流
│       │── index.ts            # mobx 入口
│       └── demo.ts             # demo 数据示例
├── .editorconfig               # editor 配置
├── .gitignore                  # git忽略文件
├── .prettierignore             # prettier忽略文件
├── .prettierrc                 # prettier 配置
├── .umirc.ts                   # umi 配置
├── package.json                # Node.js manifest
├── README.md                   # 文档说明
├── tsconfig.json               # typescript 配置
└── typings.d.ts                # 定义ts模块声明

Readme

Keywords

none

Package Sidebar

Install

npm i best-cli-template-umi-ts-mobx

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

7.31 kB

Total Files

18

Last publish

Collaborators

  • leslie0403