Skip to content

VeniceUnleashed/vextjs

Repository files navigation

VEXT.JS

A collection of Venice Unleashed Extension (VEXT) libraries for JavaScript

Packages

Package Version
@vextjs/bridge bridge version
@vextjs/emulator emulator version
@vextjs/webpack-plugin webpack-plugin version
@vextjs/vite-plugin vite-plugin version
@vextjs/vuic-compiler vuic-compiler

Versioning and releasing

To version and release the library use

npx nx release

Pass --dry-run to see what would happen without actually releasing the library.

Learn more about Nx release »

Keep TypeScript project references up to date

Nx automatically updates TypeScript project references in tsconfig.json files to ensure they remain accurate based on your project dependencies (import or require statements). This sync is automatically done when running tasks such as build or typecheck, which require updated references to function correctly.

To manually trigger the process to sync the project graph dependencies information to the TypeScript project references, run the following command:

pnpm nx sync

You can enforce that the TypeScript project references are always in the correct state when running in CI by adding a step to your CI job configuration that runs the following command:

pnpm nx sync:check

Learn more about nx sync

License

MIT

About

A collection of Venice Unleashed Extension (VEXT) libraries for JavaScript

Resources

Stars

Watchers

Forks

Packages

No packages published