vite-plugin-vue icon indicating copy to clipboard operation
vite-plugin-vue copied to clipboard

Vite Vue Plugins

Results 153 vite-plugin-vue issues
Sort by recently updated
recently updated
newest added

### 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 Hi i am trying to import the scss files in my project but scss classes are...

pending triage

### Describe the bug Having something like ```html :filter-by="[keyName as string ?? 'key', valueName as string ?? 'value']" ``` in a pug template is fine with volar, but vite doesn't...

p2-nice-to-have :cake:

### 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 The watcher should rebuild vue files when the file's imports are updated. Without this, the rollup build doesn't...

p2-nice-to-have :cake:

### Describe the bug 在index.vue中import testClass,这时候修改testClass,可以输出console。但是修改index.vue后,再次修改testClass,就不会输出console了 ### Reproduction https://github.com/ningbnii/vite2_vue3_hmr_test ### System Info ```shell System: OS: Windows 10 10.0.17763 CPU: (8) x64 Intel(R) Core(TM) i7-9700 CPU @ 3.00GHz Memory: 3.44 GB...

bug
feat: hmr
p3-minor-bug :hammer:

### Description Use vite's normalizePath for path consistency. ### Additional context --- ### What is the purpose of this pull request? - [ ] Bug fix - [ ] New...

### Describe the bug when i npm run build, i got a output file name like **[component].vue_vue_type_script_setup_true_lang.[hash].js** ![image](https://user-images.githubusercontent.com/16984236/179707337-f7a99430-2446-472b-9bf4-2cceabef90bc.png) ### Reproduction https://github.com/JiatLn/vite-build-demo.git ### System Info ```shell System: OS: Windows 10 10.0.19042...

p2-nice-to-have :cake:
has workaround

### 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 Hi, I am working on developing an new application using Vue3 + Vite + Okta Vue...

pending triage

### Related plugins - [ ] [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 I have a monorepo with some files using vue-jsx, and some uing react. I set...

p2-has-workaround :cake:
has workaround

### 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 In Vite Server, when performing Vite build from the code, the build used the clientCache cache...

pending triage

### Describe the bug 这是我的demo目录结构: ```bash . ├── README.md ├── index.html ├── package-lock.json ├── package.json ├── src │   ├── App.vue │   ├── components │   │   └── ElStyle.css │   ├── main.ts...

pending triage