config/intro/ #123
Unanswered
Replies: 3 comments 1 reply
-
好看 |
Beta Was this translation helpful? Give feedback.
0 replies
-
import { defineThemeConfig } from 'vuepress-theme-plume' export default defineThemeConfig({ 配置了,config.ts怎么获取你是不是要写清楚啊?默认安装plume.config.ts和congfig.ts都有,但是又没有使用plume.config.ts。这不是既要又要嘛 |
Beta Was this translation helpful? Give feedback.
1 reply
-
测试 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
config/intro/
VuePress 配置文件 概述 VuePress 站点的基本配置文件是 .vuepress/config.js ,但也同样支持 TypeScript 配置文件。 你可以使用 .vuepress/config.ts 来得到更好的类型提示。 具体而言,VuePress 对于配置文件的路径有着约定(按照优先顺序): 当前工作目录 cwd 下: vuepre...
https://plume.pengzhanbo.cn/config/intro/
Beta Was this translation helpful? Give feedback.
All reactions