Skip to content

seniv/serials-bookmark

Repository files navigation

serials-bookmark

Just convenient bookmarks for serials.

Built with VueJS, works as Chrome extension

Try it

You can install this extension from Chrome Store: https://chrome.google.com/webstore/detail/serials-bookmark/fipkagfmgojaaghllaahnojcbfojfpmn

Development

  1. Clone this repository
  2. Run project
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev
  1. Open chrome extensions page in browser: chrome://extensions/
  2. Turn on "Developer mode" on top right corner
  3. Click "Load unpacked" and select this repository folder
  4. Done. Just open extension. Great work!

Build the extension (OS X and Linux only)

  1. Build
npm run build-extension
  1. Do something with extension.zip or the extension folder

For more information see the docs for vueify.