vue-cli icon indicating copy to clipboard operation
vue-cli copied to clipboard

🛠️ webpack-based tooling for Vue.js Development

Results 101 vue-cli issues
Sort by recently updated
recently updated
newest added

### Version 4.4.6 ### Reproduction link [https://github.com/oci-labs/rapid-stack/blob/master/vue_apps/vue_app/dockerfile](https://github.com/oci-labs/rapid-stack/blob/master/vue_apps/vue_app/dockerfile) ### Environment info ``` System: OS: Linux 5.4 Alpine Linux CPU: (1) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz Binaries: Node: 14.5.0 -...

### What problem does this feature solve? I want to host my app's assets on a CDN with a different origin by setting publicPath to an absolute URL.The reason is...

feature request
scope: pwa

### Version 4.5.11 ### Environment info ``` System: OS: Windows 10 10.0.18363 CPU: (8) x64 Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz Binaries: Node: 14.15.1 - C:\Program Files\nodejs\node.EXE Yarn: Not Found...

### Version 5.0.8 ### Reproduction link - [minimatch ReDoS vulnerability](https://github.com/advisories/GHSA-f8q6-p94x-37v3) - [Exposure of Sensitive Information to an Unauthorized Actor in nanoid](https://github.com/advisories/GHSA-qrpm-p2h7-hrv2) - [Regular Expression Denial of Service in postcss](https://github.com/advisories/GHSA-566m-qj78-rww5) -...

### Version 5.0.8 ### Environment info ``` Node.js v18.8.0 Ubuntu 20.04 ``` ### Steps to reproduce 1. Use the default configuration of Vue 2. run the Tasks/serve ### What is...

### Version 3.1.1 ### Node and OS info node:8.11.1 npm 5.6.0 ### Steps to reproduce 如何在vuecli3.0创建的项目中添加style-loader. 因为我想使用style-loader中的useble 这个功能。或者有其他的方式可以替代这个功能吗 ### What is expected? 期望能有一个配置style-loader的案例或者提供一个替代的方案 ### What is actually happening? 没有找到相关的配置信息

### What problem does this feature solve? We need to inject environment variables in service-worker.js process.env.VUE_APP_MY_VAR should be replaced by the DefinePlugin of webpack (automatically configured by Vue CLI) by...

feature request
scope: pwa

### What problem does this feature solve? 我正在尝试由2.5的vue项目升级为2.7的vue项目。 1. 以前的项目都是单独模块打包dist,并且由公司内部部署平台直接识别运行。包括后端也是根据模块来调用的(具体配置我并不清楚)。因此我并不能使用vue.config.js pages提供的单项目多页面入口的方式。 2. 由于某些公司内部sdk兼容性问题,暂不支持vue3,只支持node14 3. 模块太多也是我无法接受的原因之一,几十个将近一百个模块,之前都是通过list,直接webpack一次读取一次打包多个项目直到list结束。我也并不能同其他人一样每次都独立运行一个build方法独立打包一次。 4. 我尝试安装了webpack5.90.0,但由于其他模块升级上来等一系列兼容问题,我不知道为什么webpack>5 的要求,居然5.90.0不通过校验。每次安装5.90.0都会报不通过webpack>5的要求。而且14.17.3版本的node安装webpack5.90会报 npm ERR! cb() never callback.不管是兼容性还是环境,都不满足此要求。 尝试: 1. 当我在chainWebpack或configureWebpack试图修改output.path时,会报错Configuration Error: Avoid modifying webpack...

### Version 5.0.4 ### Environment info ``` System: OS: Windows 10 10.0.18362 CPU: (6) x64 Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz Binaries: Node: 12.14.0 - C:\Program Files\nodejs\node.EXE Yarn: Not Found...

Version node: 'v20.11.0', npm: '10.2.4' Environment info "sass-loader": "^10.5.2", "svg-url-loader": "^7.1.1", "svgxuse": "^1.2.6", "to-css": "^1.2.1", "v-calendar": "^1.0.1", "vue": "^2.5.17", "vue-cookie": "^1.1.4", "vue-router": "^3.2.0", "vue-split-layout": "0.0.16", "vue-svg-inline-loader": "^2.1.5", "vue-svg-loader": "^0.16.0", "vue-touch":...