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
/
src
/
shime-uni.d.ts
6 lines
(5 loc)
•
139 B
TypeScript
View Raw
1
2
3
4
5
6
export
{}
declare
module
"vue"
{
type
Hooks
=
App
.
AppInstance
&
Page
.
PageInstance
;
interface
ComponentCustomOptions
extends
Hooks
{} }