core icon indicating copy to clipboard operation
core copied to clipboard

Vue-Powered Static Site Generator

Results 89 core issues
Sort by recently updated
recently updated
newest added

### Description ```typescript import { defineUserConfig } from 'vuepress'; export default defineUserConfig({ base: '/', title: 'VuePress Starter', description: 'VuePress Starter Project in Stackblitz', theme: '@vuepress/theme-default', themeConfig: { navbar: [ {...

bug
contribution welcome

I like the vuepress a lot 😁, but in Seo I found a. Issue, I am using head yaml to add meta tags and schema tags in body as they...

feature

## Bug report I used the vuepress-docSearch plugin in my theme, but it seems to be rendered repeatedly as shown in the figure below. I am very surprised that such...

bug

## Feature request ### Description Since Apple introduced new Safari design in WWDC 2021, personally, I think that changing theme-color with dark mode dynamically would have a nicer look for...

feature
package:theme-default

## Bug report ### Description I have a `` component, which is used in every layout component. If I use `` in ``, something weird will happen. When I navigate...

bug
package:bundler-vite
package:bundler-webpack

### Description bundling a vuepress2 application with vite does not emit a cache directory while bundling with webpack does. I could not see any hint in the docs that this...

documentation

### Description When built with vite, none ascii characters are formatted to `\uxxx` ![image](https://user-images.githubusercontent.com/33315834/196025957-40fb54c3-6cd3-4cd2-a7e6-75ace5766191.png) While actually, giving `charset` to `utf-8` for esbuild, they can be directlly outputed and can help...

enhancement