fix/ README dependencies version

This commit is contained in:
Maxime GRIS
2020-02-22 12:02:43 +01:00
parent 7a84ca02b4
commit 7276d967e5

View File

@@ -11,13 +11,13 @@
# Introduction # Introduction
Bootstrap and package your project with Angular 8 and Electron (Typescript + SASS + Hot Reload) for creating Desktop applications. Bootstrap and package your project with Angular 9 and Electron 8 (Typescript + SASS + Hot Reload) for creating Desktop applications.
Currently runs with: Currently runs with:
- Angular v9.0.0 - Angular v9.0.2
- Electron v8.0.0 - Electron v8.0.1
- Electron Builder v21.2.0 - Electron Builder v22.3.2
With this sample, you can : With this sample, you can :
@@ -27,7 +27,7 @@ With this sample, you can :
/!\ Hot reload only pertains to the renderer process. The main electron process is not able to be hot reloaded, only restarted. /!\ Hot reload only pertains to the renderer process. The main electron process is not able to be hot reloaded, only restarted.
/!\ Angular 8.x CLI needs Node 10.9 or later to works correctly. /!\ Angular 9.x CLI needs Node 10.13 or later to works correctly.
## Getting Started ## Getting Started