mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-14 21:12:53 +00:00
21 lines
451 B
Markdown
21 lines
451 B
Markdown
# ice-typescript-starter
|
|
|
|
## 使用
|
|
|
|
- 启动调试服务: `npm start`
|
|
- 构建 dist: `npm run build`
|
|
|
|
## 目录结构
|
|
|
|
- 入口文件: `src/index.jsx`
|
|
- 导航配置: `src/config/menu.js`
|
|
- 路由配置: `src/config/routes.js`
|
|
- 路由入口: `src/router.jsx`
|
|
- 布局文件: `src/layouts`
|
|
- 通用组件: `src/components`
|
|
- 页面文件: `src/pages`
|
|
|
|
## 效果图
|
|
|
|

|