UNPKG
create-base
Version:
latest (1.4.8)
1.4.8
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
快速构建项目基础框架,支持vue/uni-app/后台管理模板等
github.com/zaeyee/create-base
zaeyee/create-base
create-base
/
template-uniapp-ts
/
.prettierrc
10 lines
(9 loc)
•
154 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"semi"
:
false
,
"useTabs"
:
false
,
"tabWidth"
:
2
,
"printWidth"
:
120
,
"singleQuote"
:
true
,
"trailingComma"
:
"none"
,
"arrowParens"
:
"avoid"
}