You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,13 @@ This can be added to your vuejs project by one of the following methods:
46
46
## Usage
47
47
Running the Livereload server.
48
48
This will build and write to the local `dist` directory.
49
+
This plugin will respect the `outputDir` setting, however it cannot read into passed CLI args, so if you require a custom output dir, be sure to add it in your `vue.config.js` file.
49
50
You can then add this as an unpacked plugin to your browser, and will continue to update as you make changes.
50
51
**NOTE:** you cannot get HMR support in the popup window, however, closing and reopening will refresh your content.
51
52
52
53
```sh
53
-
yarn ext-serve
54
+
yarn serve
55
+
yarn build
54
56
```
55
57
56
58
@@ -62,15 +64,14 @@ yarn test
62
64
```
63
65
64
66
## Roadmap
65
-
- Add generators for background.js, popup, vuex, and vue-router stuff. (Make startup a breeze)
66
67
- Add some generator options for other pieces of browser extensions. This includes scaffolding the components/dirs, and registering the build options into the build time hooks.
67
68
- Dev Tools
68
69
- Dedicated extension pages
69
70
- Options Pages
70
71
- Content scripts
71
-
- Add zipping to the bundle for production builds
72
72
- More configurability in scaffolding, like Kocal/vue-web-extension does
73
73
- A preset
74
+
- Key Generation
74
75
75
76
## Credits
76
77
-[https://github.com/Kocal/vue-web-extension](https://github.com/Kocal/vue-web-extension) For inspiration on app and build structure
logger.error('no key.pem file found. You cannot publish to the chrome store without one. If this is your first publish, chrome will make a key for you, and you can ignore this message')
63
+
}else{
64
+
logger.warn('No key.pem file found. This is fine for dev, however you may have problems publishing without one')
0 commit comments