Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).