UNPKG
create-chuntianxiaozhu
Version:
latest (1.1.3)
1.1.3
1.1.2
1.0.4
1.0.3
1.0.2
1.0.1
春天小猪模板工具
create-chuntianxiaozhu
/
template-vue-press
/
docs
/
vuepress
/
config.ts
11 lines
(9 loc)
•
252 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import { defineUserConfig }
from
"vuepress"
; import theme
from
"./theme"
; export
default
defineUserConfig
({
lang
:
"zh-CN"
,
title
:
"春天小猪设计者文档"
,
description
:
"创建一个美丽小世界"
,
base
:
"/designerworld/"
, theme, });