Create a Vue Library for an Nx workspace.
UsageBy default, Nx will search for library
in the default collection provisioned in workspace.json.
You can specify the collection explicitly as follows:
Show what will be generated without writing to disk:
nx g library ... --dry-run
Generate libs/mylib
:
nx g lib mylib --directory=libs/mylib
Generate a library with routes and add them to myapp
:
nx g lib mylib --appProject=myapp
A directory where the lib is placed.
string
Default: none
Accepted values: none
, vite
The bundler to use. Choosing 'none' means this library is not buildable.
string
Default: none
Accepted values: eslint
, none
The tool to use for running lint checks.
string
Pattern: (?:^@[a-zA-Z0-9-*~][a-zA-Z0-9-*._~]*\\/[a-zA-Z0-9-~][a-zA-Z0-9-._~]*|^[a-zA-Z][^:]*)$
string
Default: none
Accepted values: vitest
, none
Test runner to use for unit tests.
The application project to add the library route to.
Generate a default component.
When using Vitest, separate spec files will not be generated and instead will be included within the source files.
The library name used to import it, like @myorg/my-awesome-lib
.
Generate JavaScript files rather than TypeScript files.
Create a Vue library with a minimal setup, no separate test files.
Create a publishable library.
Generate library with routes.
Whether to enable tsconfig strict mode or not.
Whether or not to configure the ESLint parserOptions.project
option. We do not do this by default for lint performance reasons.
Add tags to the library (used for linting).
Use a project.json
configuration file instead of inlining the Nx configuration in the package.json
file.
Do not update tsconfig.json
for development experience.
Do not add dependencies to package.json
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4