Files
Misite BaoandGitHub 91de3ab0c5 docs: update and sync documents (#2112)
* docs: update options documentation

* docs: sync documents

* docs: sync Korean, Russian, French and Portuguese documents

* docs: sync Chinese, Japanese and Korean documents
2022-11-21 22:13:43 +11:00

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",
```