Skip to content

farrelke/Vocab-Hero

Repository files navigation

Learn Chinese Vocab Extension

Chrome web store

https://chrome.google.com/webstore/detail/vocab-%E8%8B%B1%E9%9B%84/egbhlijnkoompngemjibfdfpchopglaf

Preview Link

Netlify Status

https://vocab-hero.netlify.app/

Building

  1. Clone repo
  2. npm i
  3. npm run dev to compile once or npm run watch to run the dev task in watch mode
  4. npm run build to build a production (minified) version

Installation

  1. Complete the steps to build the project above
  2. Go to chrome://extensions in Google Chrome
  3. With the developer mode checkbox ticked, click Load unpacked extension... and select the dist folder from this repo