A collection of Venice Unleashed Extension (VEXT) libraries for JavaScript
- Webpack integration
- Vite integration
- Node.js wrapper for the Venice Unleashed WebUI compiler
- Emulator (WIP)
- Vue plugin (WIP)
- React plugin (WIP)
Package | Version |
---|---|
@vextjs/bridge | |
@vextjs/emulator | |
@vextjs/webpack-plugin | |
@vextjs/vite-plugin | |
@vextjs/vuic-compiler |
To version and release the library use
npx nx release
Pass --dry-run
to see what would happen without actually releasing the library.
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
MIT