An Ant Design style theme for VuePress.FeaturesEquipped with Ant Design style, you can directly use various components of the UI library. Optimize parts of styles. More features are waiting for you to discover .
Install theme npm i vuepress-theme-antdocs or yarn add vuepress-theme-antdocs Use theme Open your.vuepress/config.js, and then add VuePress theme reference code: module.exports={theme:'antdocs'} You can get help here:Using a theme Preview...
Yimi163/vuepress-theme-antdocs 代码Issues0Pull Requests0Wiki统计流水线 服务 加入Gitee 与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :) 免费加入 已有帐号?立即登录 master 分支(2) 管理 管理 master dev 克隆/下载 HTTPSSSHSVNSVN+SSH ...
厉害👍,依据我上文中提到的 issues, 我发现yarn add -D @babel/runtime-corejs2 也是可行的,究其原因,应该是安装 ant-design-vue依赖之后,babel-runtime 的core-js版本低了,和 vuepress 依赖的 core-js版本不兼容: 👍 你的分析也很对,其实就是版本不一致,这个主题没有去支持新版core-js zpfzadded bug...
zpfz/vuepress-theme-antdocsPublic NotificationsYou must be signed in to change notification settings Fork28 Star220 Code Issues2 Pull requests Discussions Actions Security Insights Additional navigation options New issue Closed Description lyl340321
问题:使用多语言设置时出现问题,this.$themeConfig.nav 在多语言时可能为undefined;虽然有说明这块功能暂时不支持,但是还是想在这个主题使用,很喜欢Antd的风格 解决思路:原版中 $themeConfig 这个对象有一个属性 locales,里面保存了多语言设置的nav等信息,所以这里修改了原来获取nav 信息方式,根据 locales 属性是否存在...