File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# vue-web-extension-boilerplate
2
2
3
+ [ ![ Build Status] ( https://travis-ci.org/Kocal/vue-web-extension.svg?branch=master )] ( https://travis-ci.org/Kocal/vue-web-extension )
4
+
3
5
This template allows you to quickly start a web extension containing:
4
6
5
7
- Boilerplate for ` manifest.json ` and ` background.js ` files, and for ` icons ` / ` popup ` folders,
6
8
- Vue,
7
9
- Vue-router (configurable),
8
10
- Vuex (configurable),
11
+ - Axios (configurable),
9
12
- Webpack,
10
13
- CSS extraction,
11
14
- A script for removing ` eval ` usages to comply with the Content Security Policy of Chrome/Firefox web store, is automatically called for each build,
@@ -45,4 +48,4 @@ Watch for modifications then run `npm run build:web`.
45
48
### ` npm run build-zip `
46
49
47
50
Build a zip file following this format ` <name>-v<version>.zip ` , by reading ` name ` and ` version ` from ` manifest.json ` file.
48
- Zip file is located in ` dist-zip ` folder.
51
+ Zip file is located in ` dist-zip ` folder.
You can’t perform that action at this time.
0 commit comments