https://github.com/gurvancampion/nuxt-electron-sample
https://github.com/gurvancampion/nuxt-electron-sample
electron electron-builder nuxt nuxt3
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gurvancampion/nuxt-electron-sample
- Owner: gurvancampion
- License: mit
- Created: 2022-12-08T08:45:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T14:44:53.000Z (over 2 years ago)
- Last Synced: 2024-04-20T00:49:23.958Z (about 1 year ago)
- Topics: electron, electron-builder, nuxt, nuxt3
- Language: TypeScript
- Homepage:
- Size: 151 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install the dependencies:
```bash
pnpm install --shamefully-hoist
```## Development Server
Start the development server on http://localhost:3000
```bash
pnpm run dev
```## Production
Build the application for production:
```bash
pnpm run build
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.