-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathproject.json
More file actions
23 lines (23 loc) · 1.03 KB
/
project.json
File metadata and controls
23 lines (23 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"project": [
{
"title": "最佳实践工程",
"sub": [
{
"title": "中后台业务-SPA单页架构",
"descripton": "基于tinper-bee组件库以及mirrorx状态管理并带有一些实例组件的工程",
"preview": "https://img.alicdn.com/tfs/TB1NKRzdY9YBuNjy0FgXXcxcXXa-1920-1080.png",
"organization": "uba-templates",
"repositories": "template-react-single-pages#v2"
},
{
"title": "中后台业务-多页架构",
"descripton": "基于tinper-bee组件库以及mirrorx状态管理并带有一些实例组件的多页工程可以一键切换单页、多页",
"preview": "https://img.alicdn.com/tfs/TB1tnAWdHSYBuNjSspiXXXNzpXa-1920-1080.png",
"organization": "uba-templates",
"repositories": "template-react-single-pages#v2"
}
]
}
]
}