目前vuepress中vue路由器的mode属性是‘mode’ 我想在vuepress中将vue路由器的属性mode更改为hash 有什么方法可以做到这一点吗? 我试着在.vuepress目录( https://vuepress.vuejs.org/guide/basic-config.html#app-level-enhancements )中创建了一个类似于bellow的文件enhanceApp.js export default ({
Vue, // the version of Vue being used in the VuePress app
options, // th
我想在我的项目中添加一些文档,有两种文档,guide文档和apidoc,我使用apidocjs.com作为我的apidoc解决方案。 Vuepress有开发模式和构建模式,我可以让vuepress和apidoc在构建模式下一起工作,但我不能让它在开发模式下工作。 我尝试将/api/输出到.vuepress/api或.vuepress/public/api,当我运行vuepress dev docs时,它们对我都不起作用。这里有什么建议吗?