vue-webpack-chrome-extension-template icon indicating copy to clipboard operation
vue-webpack-chrome-extension-template copied to clipboard

Template for quick creation of Chrome extension on Vuejs hot reloading when developing.

Results 7 vue-webpack-chrome-extension-template issues
Sort by recently updated
recently updated
newest added

[ WCER: Reconnected. Reloading plugin ] content.js:23 WebSocket connection to 'ws://localhost:9090/4' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED init @ content.js:23 setTimeout @ content.js:55 content.js:14 [ WCER: Socket connection closed. ]...

在pop页面如何使用chrome对象啊, 拿不到getbackground page

My plugin is failing at ```npm run build```. It errors out each time with the following: ``` ERROR in js/vendor.js from UglifyJs Unexpected token: name (hook) [js/vendor.js:15344,8] Child html-webpack-plugin for...

This project is based on vue-cli 2.9.3. I know the cli3 is released but I'm not survey yet. Is 3 is downward compatibility with this project. We can directly use...

bug
help wanted

I'm having the same WS connection issues as other users: `WebSocket connection to 'ws://localhost:9090/4' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED` Also here is the message from my terminal: ``` Error:...

Hi, Hope you are all well ! I am working on a quick WIP based on your vue-webpack-chrome-extension-template and I have an error while using the dev mode and watching...

Would you please tell me how to use Element-UI in the content? I want to use Element-UI in the content_script; src/content/index.js. This trial goes well when I run 'npm run...