-
There is an existing project that uses a react-boilerplate template, but I would like to move it to react CRA. However, there are no guidelines on how to migrate. Is there any way to migrate?
-
# Vue 3
>https://cn.vuejs.org
>https://cn.vitejs.dev/ Home | Vite 官方中文文档
>https://router.vuejs.org/zh/ Home | Vue Router
-
### Vue version
3.3.4
### Link to minimal reproduction
https://github.com/Boux/vite-coffee-bug
### Steps to reproduce
clone my example repo by running
```
git clone https://github.com…
Boux updated
2 months ago
-
有没有基于这个vue-admin-template去迁移至vue3啊?
-
### Describe the bug
When trying to resize the columns by clicking and dragging the resize helper, the columns don't resize. Instead it increases the scrollbar on the page until releasing the click…
-
The `yarn create electron-vite electron-vite-project` command in the [README](https://github.com/electron-vite/create-electron-vite#readme) results in a non-runnable Electron application. After instal…
-
### Environment
Working directory: C:/GITGITGIT/ksogit/bus_muban中文/new-ssr/
Nuxt project info:
------------------------------
- Operating System: Windows_NT
- Node Version: v20.10.0
- Nuxt Versi…
-
```
const foo = `hello`;
export default foo;
```
If this gets passed through the plugin, it breaks with
```
error during build:
TypeError: Cannot read properties of undefined (reading 'replac…
-
### Describe the bug
In vanilla project with vue3 + vitest + @testing-library/vue + node 18.18.2 or 20.11.1, setting and debugging breakpoints in vs-code on windows 11 does not work as expected. De…
-
`pnpm waku dev` or `pnpm waku dev --with-ssr` - looks like a problem in ViteJS:
```
"@mui/material": "^5.15.6",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"vite": "^5.0.12",
…