Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Rain-Bus/BookmarkTomb_Plugin

Repository files navigation

Bookmark Tomb

This is a bookmark sync system. Now, you locate at browser plugin project.

You can go to our homepage for more help.

Simple introduction

The plugin build with TypeScript and Vue2, need chromium kernel newer than 85.

The details as fallow table:

Function Main Technique
UI Framework Vuetify
Vue version Vue 2
Script Language TypeScript
Pack util Webpack 4

Dev and Debug

  1. Clone the project

    git clone https://github.com/BookmarkTomb/BookmarkTomb_Plugin.git

  2. Import to WebStorm or other IDE.

  3. Run npm i to install dependencies.

  4. Run npm run dev to generate develop version.

  5. Run npm run build to generate product version.

  6. At last, you can import the dist folder to your browser, then, you can debug it in your browser.