Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exeteres/electron-nuxt-ts
[DEPRECATED] Electron + Nuxt + TypeScript
https://github.com/exeteres/electron-nuxt-ts
electron electron-nuxt nuxt template typescript vue
Last synced: 10 days ago
JSON representation
[DEPRECATED] Electron + Nuxt + TypeScript
- Host: GitHub
- URL: https://github.com/exeteres/electron-nuxt-ts
- Owner: Exeteres
- License: mit
- Created: 2019-01-06T16:15:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T17:18:43.000Z (almost 2 years ago)
- Last Synced: 2024-02-19T15:36:02.207Z (9 months ago)
- Topics: electron, electron-nuxt, nuxt, template, typescript, vue
- Language: Vue
- Homepage:
- Size: 3.4 MB
- Stars: 28
- Watchers: 4
- Forks: 7
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Electron Nuxt TypeScript
## Legacy version
See [legacy](https://github.com/Exeteres/electron-nuxt-ts/tree/legacy) branch. Please note that this version uses the very old version of nuxt.
## Features
- Everything is fully written in TypeScript, even configs
- Class Component API
- Simple and minimalist file structure
- Vue + Nuxt devtools
- Full nuxt server and compiler with hot reloading and preprocessors
- Supporting native node addons out of the box
- Powerful production build using electron-builder## Installation
Due to maintain difficulties, the installation via `vue-cli` has been removed. Now this repository is a template. Just clone it.
```shell
git clone https://github.com/exeteres/electron-nuxt-ts
```## FAQ
- [How to use preprocessors?](https://nuxtjs.org/faq/pre-processors)
- [How to add a Vuex store?](https://typescript.nuxtjs.org/cookbook/store)
- [How to use Options API or Composition API?](https://typescript.nuxtjs.org/cookbook/components)