Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(core): vue standalone tutorial #19511

Merged
merged 7 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Vue Standalone",
"path": "/getting-started/tutorials/vue-standalone-tutorial",
"id": "vue-standalone-tutorial",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Node Standalone",
"path": "/getting-started/tutorials/node-server-tutorial",
Expand Down Expand Up @@ -178,6 +186,14 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Vue Standalone",
"path": "/getting-started/tutorials/vue-standalone-tutorial",
"id": "vue-standalone-tutorial",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Node Standalone",
"path": "/getting-started/tutorials/node-server-tutorial",
Expand Down Expand Up @@ -237,6 +253,14 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Vue Standalone",
"path": "/getting-started/tutorials/vue-standalone-tutorial",
"id": "vue-standalone-tutorial",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Node Standalone",
"path": "/getting-started/tutorials/node-server-tutorial",
Expand Down
30 changes: 30 additions & 0 deletions docs/generated/manifests/nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,16 @@
"path": "/getting-started/tutorials/angular-monorepo-tutorial",
"tags": []
},
{
"id": "vue-standalone-tutorial",
"name": "Vue Standalone",
"description": "",
"file": "shared/vue-standalone-tutorial/vue-standalone",
"itemList": [],
"isExternal": false,
"path": "/getting-started/tutorials/vue-standalone-tutorial",
"tags": []
},
{
"id": "node-server-tutorial",
"name": "Node Standalone",
Expand Down Expand Up @@ -217,6 +227,16 @@
"path": "/getting-started/tutorials/angular-monorepo-tutorial",
"tags": []
},
{
"id": "vue-standalone-tutorial",
"name": "Vue Standalone",
"description": "",
"file": "shared/vue-standalone-tutorial/vue-standalone",
"itemList": [],
"isExternal": false,
"path": "/getting-started/tutorials/vue-standalone-tutorial",
"tags": []
},
{
"id": "node-server-tutorial",
"name": "Node Standalone",
Expand Down Expand Up @@ -292,6 +312,16 @@
"path": "/getting-started/tutorials/angular-monorepo-tutorial",
"tags": []
},
"/getting-started/tutorials/vue-standalone-tutorial": {
"id": "vue-standalone-tutorial",
"name": "Vue Standalone",
"description": "",
"file": "shared/vue-standalone-tutorial/vue-standalone",
"itemList": [],
"isExternal": false,
"path": "/getting-started/tutorials/vue-standalone-tutorial",
"tags": []
},
"/getting-started/tutorials/node-server-tutorial": {
"id": "node-server-tutorial",
"name": "Node Standalone",
Expand Down
5 changes: 5 additions & 0 deletions docs/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
"id": "angular-monorepo-tutorial",
"file": "shared/angular-tutorial/angular-monorepo"
},
{
"name": "Vue Standalone",
"id": "vue-standalone-tutorial",
"file": "shared/vue-standalone-tutorial/vue-standalone"
},
{
"name": "Node Standalone",
"id": "node-server-tutorial",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Nx understands and supports both approaches, allowing you to define targets eith

So, what are Nx Plugins? Nx Plugins are optional packages that extend the capabilities of Nx, catering to various specific technologies. For instance, we have plugins tailored to React (e.g., `@nx/react`), Vite (`@nx/vite`), Cypress (`@nx/cypress`), and more. These plugins offer additional features, making your development experience more efficient and enjoyable when working with specific tech stacks.

[visit our "Why Nx" page](/getting-started/why-nx) for more deails.
[Visit our "Why Nx" page](/getting-started/why-nx) for more details.

## Creating New Components

Expand Down
1 change: 1 addition & 0 deletions docs/shared/reference/sitemap.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [React Monorepo](/getting-started/tutorials/react-monorepo-tutorial)
- [Angular Standalone](/getting-started/tutorials/angular-standalone-tutorial)
- [Angular Monorepo](/getting-started/tutorials/angular-monorepo-tutorial)
- [Vue Standalone](/getting-started/tutorials/vue-standalone-tutorial)
- [Node Standalone](/getting-started/tutorials/node-server-tutorial)
- [Core Tutorial](/core-tutorial)
- [1 - Create Blog](/core-tutorial/01-create-blog)
Expand Down
Loading
Loading