mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Add Angular docs
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Angular
|
||||
|
||||
Whilst Wails does not have an Angular template, it is possible to use Angular with Wails.
|
||||
|
||||
## Dev Mode
|
||||
|
||||
To get dev mode working with Angular, you need to add the following to your `wails.json`:
|
||||
|
||||
```json
|
||||
"frontend:build": "npx ng build",
|
||||
"frontend:install": "npm install",
|
||||
"frontend:dev:watcher": "npx ng serve",
|
||||
"frontend:dev:serverUrl": "http://localhost:4200",
|
||||
```
|
||||
Reference in New Issue
Block a user