-
Notifications
You must be signed in to change notification settings - Fork 163
Building Elasticvue
Carsten König edited this page Nov 30, 2020
·
24 revisions
If you want to build elasticvue you have to setup the repository:
# clone
git clone https://github.com/cars10/elasticvue.git
cd elasticvue
# checkout branch
git checkout master # or develop
# install dependencies
yarn install
Then you can build your preferred version of elasticvue.
To build the browser extensions for chrome/edge(2020) you have to run:
yarn build_browser_extensions
This will create create a zip file in ./artifacts
, for example elasticvue-0.30.1-chrome.zip
. You can directly install this file in chrome/edge(2020).