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 ito install dependencies. -
Run
npm run devto generate develop version. -
Run
npm run buildto generate product version. -
At last, you can import the
distfolder to your browser, then, you can debug it in your browser.