From 4bb8f3dbe56b1f19fc9bb69092be87ca2967cf9e Mon Sep 17 00:00:00 2001 From: Son NK Date: Sun, 1 Dec 2019 23:49:25 +0000 Subject: [PATCH] add README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..218a426 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +The extension is based on https://github.com/Kocal/vue-web-extension boilerplate. + +First install all dependencies with `npm install`. + +Then in dev mode, run `npm run watch:dev` to generate the `/dist` folder that can be installed into Chrome. + +On Firefox, it can be done via `web-ext` tool from within the `/dist` folder: `cd dist/ && web-ext run` + +To release, build the production version and zip it via `npm run build && npm run build-zip`