vite-plugin-vue
vite-plugin-vue copied to clipboard
Vite Vue Plugins
### Related plugins - [ ] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [X] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug Sometimes there is a need to transfer a slot to the component, depending on the reactive...
### Related plugins - [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Description As a developer using Vite and Vue, I would love to see a plugin that would be able...
### Related plugins - [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug **What I'm doing:** Using the Vite build API to build a Vue project using watch mode....
### Related plugins - [x] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug **\*This bug was posted in the vuejs/core bug tracker where it was suggested that it is...
### Related plugins - [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Description As a developer, I want to be able to change the behaviour of the vue compiler for Vue...
### Related plugins - [ ] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [x] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug I'm using the jsx component and the PostCSS plugin [postcss-mobile-forever](https://github.com/wswmsword/postcss-mobile-forever) to do the style conversion. The...
### Description Promoting Vite on stackoverflow.com but that's hard. I guess Vite loses to Webpack in terms of support and size of community. I think more easy-to-implement features could be...
### Describe the bug #### Steps to reproduce 1. Setup a vite with ssr project by ['vite-ssr'](https://github.com/frandiox/vite-ssr#installation). 2. Add ant-design-vue@^3.2.7 3. Add `` into component, select multiple options. It renders...
### Describe the bug use `npm init vue` and them chage the `alias` from `@` to `~`,then get this error! ```js // vite.config.ts ... { resolve:{ alias: { '~': fileURLToPath(new...
### Related plugins - [X] [plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue) - [ ] [plugin-vue-jsx](https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx) ### Describe the bug The bug shows up immediately as the Unexpected Token exception. Go to App.vue, and comment the...