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

https://github.com/atinux/electronuxt

Electron starter with nuxt.js
https://github.com/atinux/electronuxt

Last synced: 10 months ago
JSON representation

Electron starter with nuxt.js

Awesome Lists containing this project

README

          

# electronuxt-starter
Create an Electron app that serves a Nuxt.js app

## Installation

```bash
npm install # Or yarn install
```

## Development mode

```bash
npm run dev
```

## Production mode

```bash
npm run build
npm run start
```