vuepress
vuepress copied to clipboard
📝 Minimalistic Vue-powered static site generator
- [x] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce 1. Clone and `yarn install` [vuepress-theme-blog](https://github.com/vuepress/vuepress-theme-blog) 2. Install `sass-loader` as...
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
- [x] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce ``` mkdir my-new-project cd my-new-project npx create-vuepress-site npm run dev...
之前 vuepress 打包一直好好的,这两天不知道为什么就疯狂报这个问题,麻烦官方尽快帮忙解决下
[BABEL] Note: The code generator has deoptimised the styling of ……\node_modules\@vuepress\core\.temp\internal\siteData.js as it exceeds the max of 500KB. 操作步骤: 1、新建英文目录 2、终端执行 yarn add -D vuepress,设置配置文件 3、在根目录下创建docs 4、创建MD文档,N个 5、执行 yarn docs:build...
## Bug report #### Steps to reproduce 图片资源和md文件存放同级目录assets下,通过assets/img.png无法访问,而通过./assets/img.png却能访问 #### What is expected? 图片访问同时支持assets/img.png相对路径方式访问 #### What is actually happening? 资源无法访问 #### Other relevant information ```bash Environment Info: System: OS: Windows 10...
**Summary** Currently, when users select the page content to copy & paste the text, it also selects the headings **#** anchors. This PR removes the headings anchor-selection by defining the...
**Summary** In context of packages declared as type module in package.json, using config.js does not work due to expecting ES modules syntax in that file and vuepress still trying to...
- [ ] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce https://vuepress.vuejs.org/zh/theme/default-theme-config.html#%E5%A4%9A%E4%B8%AA%E4%BE%A7%E8%BE%B9%E6%A0%8F 按 多个侧边栏来配置 ``` sidebar: { '/foo/': [ {...
I tried to set the `description: null` or `description: '' ` in the `config.js`. However, a new string "Welcome to your VuePress site" would appear. How can I remove the...