core
core copied to clipboard
Vue-Powered Static Site Generator
### Clear and concise description of the problem Currenly the `(file: string, type: string) => boolean` is TOO unmeaningful. The file args in vite is the output chunk name, which...
### Clear and concise description of the problem I have a feeling that a serious documentation contributor has lots of things to do **before** editing a page: * Examine the...
### Description It looks like this commit https://github.com/vuepress/vuepress-next/commit/268fa6d0848829c97433bd8bbe57c21bb26c8423 introduced in 2.0.0-beta.47 removes any query params on the initial page load, for example, https://vuepress2.netlify.app/guide/getting-started.html?foo=bar is redirected to https://vuepress2.netlify.app/guide/getting-started.html and `route.query` is...
### Clear and concise description of the problem Currenly the `shouldPrefetch: true` default behavior have serious preformance impact on large sites with FCP time. For a large site with around...
### Description When set a very long title for the project, the title can't hide correctly, and the button for the dark/light and search can be blocked it sometimes happens...
### Clear and concise description of the problem Provide client config file for theme and plugins, so that user can modify client-only options to get an HMR instead of a...
### Description In the below demo, dev server is working as expected. (Attr and dataset are not preserved) In production, when modifying dom, attrs and dataset are preserved when revisiting...
### Clear and concise description of the problem Currenly the docsearch plugin is using the default css, but the default searchbar is quite large in desktop mode, and it's a...
### Clear and concise description of the problem The default icon, is emm.... ### Suggested solution Procide a icon option for people to inejct svg strings or html string to...
## Feature request Note: this is a variant of an issue which has been reported for v1 but also applies for v2: https://github.com/vuejs/vuepress/issues/2398 ### Description Most modern documentations are using...