0.2.3 • Published 3 months ago
datahive-extension v0.2.3
DataHive Chrome extension
Setup
npm i
- install all dependencies- Add GitHub token to
~/.npmrc
://npm.pkg.github.com/:_authToken=YOUR_GITHUB_TOKEN
Development
cp .env.development .env.development.local
- configure env variablesnpm run dev
- run dev server- Load extension in Chrome:
- Go to
chrome://extensions/
- Check "Developer mode"
- Click "Load unpacked" and select
dist
folder
- Go to
- Prepare your IDE:
- Install Prettier plugin and enable "Format On Save" feature
- Enable ESLint
Production
npm run build
- build the app for production to./dist
folder
Release
npm run release
- release the stable versionnpm run release:alpha
- release the alpha version
Chrome extension IDs
- Production non-store:
jagnkjgligomakpgamoajmamlpapenob
- Production:
bonfdkhbkkdoipfojcnimjagphdnfedb
- Staging:
ijaljmmgaknedphmfcfkliekbgfpecpj
- Development:
mfkainacdpnbnnpflkfjpkchepofiolh
0.2.3
3 months ago
0.2.3-alpha.0
3 months ago