vue-web-extension icon indicating copy to clipboard operation
vue-web-extension copied to clipboard

🛠️ A Vue CLI 3+ preset (previously a Vue CLI 2 boilerplate) for quickly starting a web extension with Vue, Babel, ESLint and more!

Results 20 vue-web-extension issues
Sort by recently updated
recently updated
newest added

Cannot read properties of undefined (reading 'ignore') at E:\free丶苏\code-project\chrome-extension_v3\node_modules\vue-cli-plugin-browser-extension\index.js:129:24 at Object.tap (E:\free丶苏\code-project\chrome-extension_v3\node_modules\webpack-chain\src\Plugin.js:30:24) at E:\free丶苏\code-project\chrome-extension_v3\node_modules\vue-cli-plugin-browser-extension\index.js:128:38 at E:\free丶苏\code-project\chrome-extension_v3\node_modules\@vue\cli-service\lib\Service.js:268:40 at Array.forEach () at Service.resolveChainableWebpackConfig (E:\free丶苏\code-project\chrome-extension_v3\node_modules\@vue\cli-service\lib\Service.js:268:26) at PluginAPI.resolveChainableWebpackConfig (E:\free丶苏\code-project\chrome-extension_v3\node_modules\@vue\cli-service\lib\PluginAPI.js:145:25) at module.exports (E:\free丶苏\code-project\chrome-extension_v3\node_modules\@vue\cli-service\lib\commands\build\resolveAppConfig.js:9:22) at build...

**Describe the bug** Build result will change when reinstall node_modules. This will lead to the problem of the source code review when the expanded store is launched. As I encountered,...

I cannot build , even npm run serve doesn't work **To Reproduce** npm run build ``` ERROR TypeError: Cannot read property 'ignore' of undefined TypeError: Cannot read property 'ignore' of...

**Is your feature request related to a problem? Please describe.** I tried to use vuetify and after creating a simple text-field it didn't show up in the popup and I...

if npm run serve Emitted 'error' event on WebSocketServer instance at: at Server.emit (node:events:526:28) at emitErrorNT (node:net:1357:8) at processTicksAndRejections (node:internal/process/task_queues:83:21) { code: 'EADDRINUSE', errno: -48, syscall: 'listen', address: '::', port:...

**Describe the bug** I'm trying to run the development server on a port other than the default. I have tried setting the port by modifying the serve script in package.json...

Fetching remote preset kocal/vue-web-extension...

I have tried to use jQuery using following manifest code snippet but it's not working. ``` "background": { "scripts": [ "scripts/jquery-2.0.3.min.js", "js/background.js" ], "persistent": false }, ``` Can you please...

**Describe the bug** It's impossible to run a new extension/project just created. **To Reproduce** Steps to reproduce the behavior: 1. Create a new extension using the command provided in the...

Hi, I was following this steps: `vue create --preset kocal/vue-web-extension my-extension` That returns this error: ![image](https://user-images.githubusercontent.com/26149034/126365846-55cf6be7-c095-4d54-9c17-da7476fe6a1b.png)