Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvgamerr/app.anistorage-master
App Anime List and Search detail in anilist.co
https://github.com/dvgamerr/app.anistorage-master
anilist anime app storage-engine
Last synced: about 1 month ago
JSON representation
App Anime List and Search detail in anilist.co
- Host: GitHub
- URL: https://github.com/dvgamerr/app.anistorage-master
- Owner: dvgamerr
- License: mit
- Created: 2016-07-19T17:30:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:38:45.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T14:36:00.729Z (3 months ago)
- Topics: anilist, anime, app, storage-engine
- Language: Vue
- Homepage:
- Size: 5.66 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Electron
Create an Electron app that serves a Nuxt.js app## Installation
Install the dependencies:
```bash
npm install # Or yarn install
```If you plan to use the `npm run pack` command below, ensure electron-packager is installed globally:
```bash
npm install -g electron-packager # Or yarn global add electron-packager
```## Development mode
```bash
npm run dev
```## Production mode
```bash
npm run build
npm run start
```## Package the app
```bash
npm run pack
```See more on [electron-packager documentation](https://github.com/electron-userland/electron-packager).