vazhaju-web-extensions
v1.0.9
Published
1. Clone the repo ```bash > git clone ... ```
Downloads
18
Maintainers
Readme
Installation:
Clone the repo
> git clone ...
Create
.env
and.env.production
filessrc> cp .env.example .env src> cp .env.example .env.production
Install dependencies and start compilation
> npm install && npm run watch
Deployment:
Chrome extension
- Build the package
> make pack_chrome_extension
- Upload the zip package to Chrome Web Store https://developer.chrome.com/webstore/publish
Web plugin
- Build the package
> make pack_npm_extensions
- Deploy to NPM registry
> make publish_npm_extensions
Additional resources
View source code of a Chrome extension https://gist.github.com/paulirish/78d6c1406c901be02c2d