Skip to content

Commit

Permalink
docs(vue): all of vue docs (#19600)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini authored Oct 20, 2023
1 parent ac1f2d4 commit 406018c
Show file tree
Hide file tree
Showing 28 changed files with 1,183 additions and 41 deletions.
115 changes: 115 additions & 0 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -1794,6 +1794,14 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Set up Storybook for Vue Projects",
"path": "/recipes/storybook/overview-vue",
"id": "overview-vue",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Configuring Storybook on Nx",
"path": "/recipes/storybook/configuring-storybook",
Expand Down Expand Up @@ -3097,6 +3105,14 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Set up Storybook for Vue Projects",
"path": "/recipes/storybook/overview-vue",
"id": "overview-vue",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Configuring Storybook on Nx",
"path": "/recipes/storybook/configuring-storybook",
Expand Down Expand Up @@ -3188,6 +3204,14 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Set up Storybook for Vue Projects",
"path": "/recipes/storybook/overview-vue",
"id": "overview-vue",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Configuring Storybook on Nx",
"path": "/recipes/storybook/configuring-storybook",
Expand Down Expand Up @@ -8705,6 +8729,97 @@
"isExternal": false,
"disableCollapsible": false
},
{
"id": "vue",
"path": "/nx-api/vue",
"name": "vue",
"children": [
{
"id": "documents",
"path": "/nx-api/vue/documents",
"name": "documents",
"children": [
{
"name": "Overview of the Nx Vue Plugin",
"path": "/nx-api/vue/documents/overview",
"id": "overview",
"isExternal": false,
"children": [],
"disableCollapsible": false
}
],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "generators",
"path": "/nx-api/vue/generators",
"name": "generators",
"children": [
{
"id": "init",
"path": "/nx-api/vue/generators/init",
"name": "init",
"children": [],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "application",
"path": "/nx-api/vue/generators/application",
"name": "application",
"children": [],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "library",
"path": "/nx-api/vue/generators/library",
"name": "library",
"children": [],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "component",
"path": "/nx-api/vue/generators/component",
"name": "component",
"children": [],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "setup-tailwind",
"path": "/nx-api/vue/generators/setup-tailwind",
"name": "setup-tailwind",
"children": [],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "storybook-configuration",
"path": "/nx-api/vue/generators/storybook-configuration",
"name": "storybook-configuration",
"children": [],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "stories",
"path": "/nx-api/vue/generators/stories",
"name": "stories",
"children": [],
"isExternal": false,
"disableCollapsible": false
}
],
"isExternal": false,
"disableCollapsible": false
}
],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "web",
"path": "/nx-api/web",
Expand Down
88 changes: 88 additions & 0 deletions docs/generated/manifests/nx-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2597,6 +2597,94 @@
},
"path": "/nx-api/vite"
},
"vue": {
"githubRoot": "https://github.com/nrwl/nx/blob/master",
"name": "vue",
"packageName": "@nx/vue",
"description": "The Vue plugin for Nx contains executors and generators for managing Vue applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Cypress, and Storybook.\n\n- Generators for applications, libraries, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
"documents": {
"/nx-api/vue/documents/overview": {
"id": "overview",
"name": "Overview of the Nx Vue Plugin",
"description": "The Nx Plugin for Vue contains generators for managing Vue applications and libraries within an Nx workspace. This page also explains how to configure Vue on your Nx workspace.",
"file": "generated/packages/vue/documents/overview",
"itemList": [],
"isExternal": false,
"path": "/nx-api/vue/documents/overview",
"tags": [],
"originalFilePath": "shared/packages/vue/vue-plugin"
}
},
"root": "/packages/vue",
"source": "/packages/vue/src",
"executors": {},
"generators": {
"/nx-api/vue/generators/init": {
"description": "Initialize the `@nx/vue` plugin.",
"file": "generated/packages/vue/generators/init.json",
"hidden": true,
"name": "init",
"originalFilePath": "/packages/vue/src/generators/init/schema.json",
"path": "/nx-api/vue/generators/init",
"type": "generator"
},
"/nx-api/vue/generators/application": {
"description": "Create a Vue application.",
"file": "generated/packages/vue/generators/application.json",
"hidden": false,
"name": "application",
"originalFilePath": "/packages/vue/src/generators/application/schema.json",
"path": "/nx-api/vue/generators/application",
"type": "generator"
},
"/nx-api/vue/generators/library": {
"description": "Create a Vue library.",
"file": "generated/packages/vue/generators/library.json",
"hidden": false,
"name": "library",
"originalFilePath": "/packages/vue/src/generators/library/schema.json",
"path": "/nx-api/vue/generators/library",
"type": "generator"
},
"/nx-api/vue/generators/component": {
"description": "Create a Vue component.",
"file": "generated/packages/vue/generators/component.json",
"hidden": false,
"name": "component",
"originalFilePath": "/packages/vue/src/generators/component/schema.json",
"path": "/nx-api/vue/generators/component",
"type": "generator"
},
"/nx-api/vue/generators/setup-tailwind": {
"description": "Set up Tailwind configuration for a project.",
"file": "generated/packages/vue/generators/setup-tailwind.json",
"hidden": false,
"name": "setup-tailwind",
"originalFilePath": "/packages/vue/src/generators/setup-tailwind/schema.json",
"path": "/nx-api/vue/generators/setup-tailwind",
"type": "generator"
},
"/nx-api/vue/generators/storybook-configuration": {
"description": "Set up storybook for a Vue app or library.",
"file": "generated/packages/vue/generators/storybook-configuration.json",
"hidden": false,
"name": "storybook-configuration",
"originalFilePath": "/packages/vue/src/generators/storybook-configuration/schema.json",
"path": "/nx-api/vue/generators/storybook-configuration",
"type": "generator"
},
"/nx-api/vue/generators/stories": {
"description": "Create stories for all components declared in an app or library.",
"file": "generated/packages/vue/generators/stories.json",
"hidden": false,
"name": "stories",
"originalFilePath": "/packages/vue/src/generators/stories/schema.json",
"path": "/nx-api/vue/generators/stories",
"type": "generator"
}
},
"path": "/nx-api/vue"
},
"web": {
"githubRoot": "https://github.com/nrwl/nx/blob/master",
"name": "web",
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 @@ -2236,6 +2236,16 @@
"path": "/recipes/storybook/overview-angular",
"tags": ["storybook"]
},
{
"id": "overview-vue",
"name": "Set up Storybook for Vue Projects",
"description": "This guide explains how to set up Storybook for Vue projects in your Nx workspace.",
"file": "shared/recipes/storybook/plugin-vue",
"itemList": [],
"isExternal": false,
"path": "/recipes/storybook/overview-vue",
"tags": ["storybook"]
},
{
"id": "configuring-storybook",
"name": "Configuring Storybook on Nx",
Expand Down Expand Up @@ -3861,6 +3871,16 @@
"path": "/recipes/storybook/overview-angular",
"tags": ["storybook"]
},
{
"id": "overview-vue",
"name": "Set up Storybook for Vue Projects",
"description": "This guide explains how to set up Storybook for Vue projects in your Nx workspace.",
"file": "shared/recipes/storybook/plugin-vue",
"itemList": [],
"isExternal": false,
"path": "/recipes/storybook/overview-vue",
"tags": ["storybook"]
},
{
"id": "configuring-storybook",
"name": "Configuring Storybook on Nx",
Expand Down Expand Up @@ -3976,6 +3996,16 @@
"path": "/recipes/storybook/overview-angular",
"tags": ["storybook"]
},
"/recipes/storybook/overview-vue": {
"id": "overview-vue",
"name": "Set up Storybook for Vue Projects",
"description": "This guide explains how to set up Storybook for Vue projects in your Nx workspace.",
"file": "shared/recipes/storybook/plugin-vue",
"itemList": [],
"isExternal": false,
"path": "/recipes/storybook/overview-vue",
"tags": ["storybook"]
},
"/recipes/storybook/configuring-storybook": {
"id": "configuring-storybook",
"name": "Configuring Storybook on Nx",
Expand Down
7 changes: 7 additions & 0 deletions docs/generated/manifests/tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,13 @@
"name": "Set up Storybook for Angular Projects",
"path": "/recipes/storybook/overview-angular"
},
{
"description": "This guide explains how to set up Storybook for Vue projects in your Nx workspace.",
"file": "shared/recipes/storybook/plugin-vue",
"id": "overview-vue",
"name": "Set up Storybook for Vue Projects",
"path": "/recipes/storybook/overview-vue"
},
{
"description": "This guide explains how Storybook is configured on your Nx workspace.",
"file": "shared/recipes/storybook/configuring-storybook",
Expand Down
87 changes: 87 additions & 0 deletions docs/generated/packages-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2572,6 +2572,93 @@
"root": "/packages/vite",
"source": "/packages/vite/src"
},
{
"description": "The Vue plugin for Nx contains executors and generators for managing Vue applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Cypress, and Storybook.\n\n- Generators for applications, libraries, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
"documents": [
{
"id": "overview",
"name": "Overview of the Nx Vue Plugin",
"description": "The Nx Plugin for Vue contains generators for managing Vue applications and libraries within an Nx workspace. This page also explains how to configure Vue on your Nx workspace.",
"file": "generated/packages/vue/documents/overview",
"itemList": [],
"isExternal": false,
"path": "vue/documents/overview",
"tags": [],
"originalFilePath": "shared/packages/vue/vue-plugin"
}
],
"executors": [],
"generators": [
{
"description": "Initialize the `@nx/vue` plugin.",
"file": "generated/packages/vue/generators/init.json",
"hidden": true,
"name": "init",
"originalFilePath": "/packages/vue/src/generators/init/schema.json",
"path": "vue/generators/init",
"type": "generator"
},
{
"description": "Create a Vue application.",
"file": "generated/packages/vue/generators/application.json",
"hidden": false,
"name": "application",
"originalFilePath": "/packages/vue/src/generators/application/schema.json",
"path": "vue/generators/application",
"type": "generator"
},
{
"description": "Create a Vue library.",
"file": "generated/packages/vue/generators/library.json",
"hidden": false,
"name": "library",
"originalFilePath": "/packages/vue/src/generators/library/schema.json",
"path": "vue/generators/library",
"type": "generator"
},
{
"description": "Create a Vue component.",
"file": "generated/packages/vue/generators/component.json",
"hidden": false,
"name": "component",
"originalFilePath": "/packages/vue/src/generators/component/schema.json",
"path": "vue/generators/component",
"type": "generator"
},
{
"description": "Set up Tailwind configuration for a project.",
"file": "generated/packages/vue/generators/setup-tailwind.json",
"hidden": false,
"name": "setup-tailwind",
"originalFilePath": "/packages/vue/src/generators/setup-tailwind/schema.json",
"path": "vue/generators/setup-tailwind",
"type": "generator"
},
{
"description": "Set up storybook for a Vue app or library.",
"file": "generated/packages/vue/generators/storybook-configuration.json",
"hidden": false,
"name": "storybook-configuration",
"originalFilePath": "/packages/vue/src/generators/storybook-configuration/schema.json",
"path": "vue/generators/storybook-configuration",
"type": "generator"
},
{
"description": "Create stories for all components declared in an app or library.",
"file": "generated/packages/vue/generators/stories.json",
"hidden": false,
"name": "stories",
"originalFilePath": "/packages/vue/src/generators/stories/schema.json",
"path": "vue/generators/stories",
"type": "generator"
}
],
"githubRoot": "https://github.com/nrwl/nx/blob/master",
"name": "vue",
"packageName": "@nx/vue",
"root": "/packages/vue",
"source": "/packages/vue/src"
},
{
"description": "The Nx Plugin for Web Components contains generators for managing Web Component applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Jest, Cypress, and Storybook.\n\n- Scaffolding for creating buildable libraries that can be published to npm.\n\n- Utilities for automatic workspace refactoring.",
"documents": [
Expand Down
Loading

1 comment on commit 406018c

@vercel
Copy link

@vercel vercel bot commented on 406018c 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-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-five.vercel.app

Please sign in to comment.