Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sigmachirality/kohi
Anime themed personal dashboard browser extension built with Vue.
https://github.com/sigmachirality/kohi
anime personal-dashboard vue web-extension
Last synced: about 2 months ago
JSON representation
Anime themed personal dashboard browser extension built with Vue.
- Host: GitHub
- URL: https://github.com/sigmachirality/kohi
- Owner: sigmachirality
- Created: 2019-04-28T04:36:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:27:02.000Z (about 2 years ago)
- Last Synced: 2024-04-12T21:56:44.319Z (10 months ago)
- Topics: anime, personal-dashboard, vue, web-extension
- Language: JavaScript
- Homepage:
- Size: 2.35 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kohi
### `npm run build`
Build the extension into `dist` folder for **production**.
### `npm run build:dev`
Build the extension into `dist` folder for **development**.
### `npm run watch`
Watch for modifications then run `npm run build`.
### `npm run watch:dev`
Watch for modifications then run `npm run build:dev`.
It also enable [Hot Module Reloading](https://webpack.js.org/concepts/hot-module-replacement), thanks to [webpack-chrome-extension-reloader](https://github.com/rubenspgcavalcante/webpack-chrome-extension-reloader) plugin.
:warning: Keep in mind that HMR only works for your **background** entry.
### `npm run build-zip`
Build a zip file following this format `-v.zip`, by reading `name` and `version` from `manifest.json` file.
Zip file is located in `dist-zip` folder.