-
```js
plugins.push({ id, apply, options })
```
id:插件的名字,如 `@vue/cli-service`
apply:其实就是插件的函数
```js
const apply = loadModule(`${id}/generator`, this.context) || (() => {})
```
loadModule 其实就是为了…
-
# I'm submitting a bug report
## Current behavior
NPM Install from latest cloned repo results in dependency conflict
`git clone`
`npm install`
```
npm ERR! code ERESOL…
-
**Describe the bug**
vuese/cli with standard config does only generate a index.html, no docs, no error in the terminal.
**To Reproduce**
Steps to reproduce the behavior:
1. have a vue project
2…
-
**Describe the bug**
Vue CLI has a richer set of Babel features than Uvue supports, we have to manually add missed features otherwise server failing with a message:
```
✔ Client
Compiled succe…
-
### Version
3.9.3
### Environment info
```
System:
OS: Linux 5.1 Fedora 30 (Workstation Edition) 30 (Workstation Edition)
CPU: (4) x64 Intel(R) Core(TM)2 Quad CPU Q660…
-
### Describe the bug
Here's the code that I'm trying to convert to SSG:
```
import { Loader } from "@googlemaps/js-api-loader";
```
When I'm importing from a CommonJS module, e.g. @googlemaps/js-…
-
### 相关平台
H5
### 复现仓库
浏览器版本: Chrome 122.0.6261.94
使用框架: Vue 3
### 复现步骤
1、配置config下的 h5.router.basename(h5端配置文件)
![image](https://github.com/user-attachments/assets/4410e4b5-7358-4e12-a172-24…
-
### Version
5.0.0-beta.4
### Reproduction link
[github.com](https://github.com/zj9495/module-federation-examples-vue-cli)
### Environment info
```
System:
OS: macOS 11.6
CP…
-
### Version
4.4.5
### Reproduction link
[ ]( )
### Environment info
```
System:
OS: Windows 10
CPU: (8) x64 Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz
Binaries:
Node…
-
First of all, thanks for this demo. I was also fed up with the complexity of existing demos.
Your demo worked perfectly. But when you do `electron app.js` after building the Vue project, you see th…