docs: revised version of the quick start guide (#25760)
This commit is contained in:
parent
b194030a34
commit
8dfb1cf78f
18 changed files with 316 additions and 408 deletions
|
@ -13,7 +13,7 @@ either process type.
|
|||
|
||||
The basic rule is: if a module is [GUI][gui] or low-level system related, then
|
||||
it should be only available in the main process. You need to be familiar with
|
||||
the concept of [main process vs. renderer process](../tutorial/application-architecture.md#main-and-renderer-processes)
|
||||
the concept of [main process vs. renderer process](../tutorial/quick-start.md#main-and-renderer-processes)
|
||||
scripts to be able to use those modules.
|
||||
|
||||
The main process script is like a normal Node.js script:
|
||||
|
@ -43,7 +43,7 @@ extra ability to use node modules if `nodeIntegration` is enabled:
|
|||
</html>
|
||||
```
|
||||
|
||||
To run your app, read [Run your app](../tutorial/first-app.md#running-your-app).
|
||||
To run your app, read [Run your app](../tutorial/quick-start.md#run-your-application).
|
||||
|
||||
## Destructuring assignment
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue