Skip to content

Commit

Permalink
docs(core): vue standalone tutorial (#19511)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann authored Oct 20, 2023
1 parent 54865ae commit f36e78e
Show file tree
Hide file tree
Showing 7 changed files with 907 additions and 1 deletion.
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.
2 changes: 1 addition & 1 deletion docs/shared/react-standalone-tutorial/react-standalone.md
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

1 comment on commit f36e78e

@vercel
Copy link

@vercel vercel bot commented on f36e78e Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.