mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
* docs: update options documentation * docs: sync documents * docs: sync Korean, Russian, French and Portuguese documents * docs: sync Chinese, Japanese and Korean documents
14 lines
514 B
Plaintext
14 lines
514 B
Plaintext
# Angular
|
|
|
|
Хотя у Wails нет шаблона с Angular, тем не менее Angular использовать возможно.
|
|
|
|
## Режим разработчика
|
|
|
|
Чтобы получить режим dev работы с Angular, вам нужно добавить следующие значения к `wails.json`:
|
|
|
|
```json
|
|
"frontend:build": "npx ng build",
|
|
"frontend:install": "npm install",
|
|
"frontend:dev:watcher": "npx ng serve",
|
|
"frontend:dev:serverUrl": "http://localhost:4200",
|
|
``` |