This is a bookmark sync system. Now, you locate at browser plugin project.
You can go to our homepage for more help.
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 |
-
Clone the project
git clone https://github.com/BookmarkTomb/BookmarkTomb_Plugin.git
-
Import to WebStorm or other IDE.
-
Run
npm i
to install dependencies. -
Run
npm run dev
to generate develop version. -
Run
npm run build
to generate product version. -
At last, you can import the
dist
folder to your browser, then, you can debug it in your browser.