Skip to content

Commit c05ce81

Browse files
authored
Merge pull request #28 from Kocal/feature/ISSUE-2
Write tests (again)
2 parents 52c1d92 + 9e76d18 commit c05ce81

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# vue-web-extension-boilerplate
22

3+
[![Build Status](https://travis-ci.org/Kocal/vue-web-extension.svg?branch=master)](https://travis-ci.org/Kocal/vue-web-extension)
4+
35
This template allows you to quickly start a web extension containing:
46

57
- Boilerplate for `manifest.json` and `background.js` files, and for `icons` / `popup` folders,
68
- Vue,
79
- Vue-router (configurable),
810
- Vuex (configurable),
11+
- Axios (configurable),
912
- Webpack,
1013
- CSS extraction,
1114
- 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`.
4548
### `npm run build-zip`
4649

4750
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.

0 commit comments

Comments
 (0)