We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b61f70 commit bf040c1Copy full SHA for bf040c1
README.md
@@ -1,5 +1,7 @@
1
# vue-web-extension-boilerplate
2
3
+[](https://travis-ci.org/Kocal/vue-web-extension)
4
+
5
This template allows you to quickly start a web extension containing:
6
7
- Boilerplate for `manifest.json` and `background.js` files, and for `icons` / `popup` folders,
@@ -45,4 +47,4 @@ Watch for modifications then run `npm run build:web`.
45
47
### `npm run build-zip`
46
48
49
Build a zip file following this format `<name>-v<version>.zip`, by reading `name` and `version` from `manifest.json` file.
-Zip file is located in `dist-zip` folder.
50
+Zip file is located in `dist-zip` folder.
0 commit comments