nuxt-electron
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -45,2 +45,9 @@ import { NuxtModule } from '@nuxt/schema'; | ||
* }, | ||
* nitro: { | ||
* runtimeConfig: { | ||
* app: { | ||
* baseURL: './, | ||
* } | ||
* } | ||
* }, | ||
* }) | ||
@@ -47,0 +54,0 @@ * ``` |
{ | ||
"name": "nuxt-electron", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Nuxt Integration with Electron", | ||
@@ -37,9 +37,9 @@ "main": "./dist/index.cjs", | ||
"devDependencies": { | ||
"@types/node": "^20.4.2", | ||
"esbuild": "^0.18.13", | ||
"electron": "^25.3.0", | ||
"nuxt": "^3.6.3", | ||
"typescript": "^5.1.6", | ||
"vite": "^4.4.4", | ||
"vite-plugin-electron": "^0.12.0", | ||
"@types/node": "^20.10.4", | ||
"esbuild": "^0.19.8", | ||
"electron": "^28.0.0", | ||
"nuxt": "^3.8.2", | ||
"typescript": "^5.3.3", | ||
"vite": "^5.0.7", | ||
"vite-plugin-electron": "^0.14.1", | ||
"vite-plugin-electron-renderer": "^0.14.5" | ||
@@ -46,0 +46,0 @@ }, |
@@ -26,6 +26,10 @@ <p align="center"> | ||
pnpm add -D nuxt-electron vite-plugin-electron vite-plugin-electron-renderer electron electron-builder | ||
``` | ||
```sh | ||
# Using yarn | ||
yarn add --dev nuxt-electron vite-plugin-electron vite-plugin-electron-renderer electron electron-builder | ||
``` | ||
```sh | ||
# Using npm | ||
@@ -96,3 +100,3 @@ npm install --save-dev nuxt-electron vite-plugin-electron vite-plugin-electron-renderer electron electron-builder | ||
*/ | ||
build: import('vite-plugin-electron').Configuration[], | ||
build: import('vite-plugin-electron').ElectronOptions[], | ||
/** | ||
@@ -120,2 +124,9 @@ * @see https://github.com/electron-vite/vite-plugin-electron-renderer | ||
* }, | ||
* nitro: { | ||
* runtimeConfig: { | ||
* app: { | ||
* baseURL: './, | ||
* } | ||
* } | ||
* }, | ||
* }) | ||
@@ -122,0 +133,0 @@ * ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
178
16795
7
305