@witchcraft/nuxt-electron 0.2.3 → 0.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/module.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
## Features
|
|
11
11
|
|
|
12
12
|
- :zap: Auto reloads/restarts electron on changes to the main/renderer code or nuxt server restarts.
|
|
13
|
-
- :rocket: Api calls are proxied to the server.
|
|
14
|
-
- :
|
|
13
|
+
- :rocket: Api calls are proxied to the server (you can also easily proxy other requests).
|
|
14
|
+
- :star: Rendering strategy isn't changed. Does not require static builds or changing baseURL/buildAssetsDir.
|
|
15
15
|
- :scissors: Trims server and non-electron routes from the electron bundle.
|
|
16
16
|
- :open_file_folder: Modifies directory structure for easier multi-platform builds.
|
|
17
17
|
- :snowflake: Nix Support - Playground contains an example flake for reproducible development and builds.
|
package/dist/module.json
CHANGED