1.0.9 • Published 2 years ago

vazhaju-web-extensions v1.0.9

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Installation:

  1. Clone the repo

    > git clone ...
  2. Create .env and .env.production files

    src> cp .env.example .env
    src> cp .env.example .env.production
  3. Install dependencies and start compilation

    > npm install && npm run watch

Deployment:

Chrome extension

  1. Build the package
    > make pack_chrome_extension
  2. Upload the zip package to Chrome Web Store https://developer.chrome.com/webstore/publish

Web plugin

  1. Build the package
    > make pack_npm_extensions
  2. Deploy to NPM registry
    > make publish_npm_extensions

Additional resources

View source code of a Chrome extension https://gist.github.com/paulirish/78d6c1406c901be02c2d