Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wlonk/ex-libris
Experimental Electron-Vue desktop PDF library management app
https://github.com/wlonk/ex-libris
Last synced: 14 days ago
JSON representation
Experimental Electron-Vue desktop PDF library management app
- Host: GitHub
- URL: https://github.com/wlonk/ex-libris
- Owner: wlonk
- Created: 2020-06-05T17:01:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T00:01:17.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T20:42:20.396Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.58 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ex-libris
> Manage your library
I have icebox'd this project. Desktop apps are not my jam, and working with
outdated and possibly unmaintained frameworks like electron-vue just leads to
outdated and insecure dependencies, and an inability to use third-party
packages with reasonably modern and up-to-date requirements.#### Build Setup
``` bash
# install dependencies
yarn install# serve with hot reload at localhost:9080
yarn dev# build electron application for production
yarn build# run unit & end-to-end tests
yarn test# lint all JS/Vue component files in `src/`
yarn lint```
---
This project was generated with [electron-vue][1]@[45a3e22][2] using
[vue-cli][3]. Documentation about the original structure can be found
[here][4].[1]: https://github.com/SimulatedGREG/electron-vue
[2]: https://github.com/SimulatedGREG/electron-vue/tree/45a3e224e7bb8fc71909021ccfdcfec0f461f634
[3]: https://github.com/vuejs/vue-cli
[4]: https://simulatedgreg.gitbooks.io/electron-vue/content/index.html