-
## Step1:改造 package.json
vueCli 相关的依赖可以删除:
```diff
# devDependencies
-"@vue/cli-plugin-babel": "~4.5.12",
-"@vue/cli-plugin-eslint": "~4.5.12",
-"@vue/cli-plugin-typescript": "~4.5.12",
…
-
### Describe the bug
Starting with Vue v3.4.15, DataTable throws the following error when Row Grouping is used in combination with Advanced (menu type) filters.
**_Uncaught (in promise) Maximum r…
-
### Reproduction
https://www.shadcn-vue.com/docs/installation/nuxt
### Describe the bug
On a Nuxt project, fresh install via: https://www.shadcn-vue.com/docs/installation/nuxt
I run `npx shadcn-vu…
-
Hello, I have a problem installing `@vue/cli` with volta
I got a message like this after a successful install and want to run it,
```
'C:\Users\Alfian' is not recognized as an internal or externa…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
`npm list [pkg]` list only packages that have `name = pkg` but not packages with `alias = pkg…
-
After upgrade, I found my `babel.config.js` changed from
```
module.exports = {
// https://github.com/babel/babel/issues/9187#issuecomment-447704595
sourceType: "unambiguous",
plugins: ["@…
-
- [x] I confirm that this is an issue rather than a question.
## Bug report
![image (1)](https://github.com/user-attachments/assets/bec07546-1ec1-455d-8c91-6fa15038de27)
…
-
### Describe the bug
With removing the tristate checbox the guide tells us that we now should use a checkbox with Indeterminate option. But this is not the same and can't be used as a tristate checkb…
-
### Environment
- Operating System: Linux
- Node Version: v18.20.3
- Nuxt Version: 3.12.4
- CLI Version: 3.12.0
- Nitro Version: 2.9.7
- Package Manager: npm@10.2.3
- Builder: …
-
The [Vue.js debugging recipe](https://github.com/Microsoft/vscode-recipes/blob/master/vuejs-cli/README.md) is a bit outdated. Currently the recipe handles Vue-Cli 2 and Vue-Cli 3. With Vue-Cli 4 some …