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
- Host: GitHub
- URL: https://github.com/atinux/electronuxt
- Owner: atinux
- License: mit
- Created: 2017-02-19T13:01:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T13:07:34.000Z (almost 9 years ago)
- Last Synced: 2025-02-28T23:25:36.598Z (11 months ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```