@alexkeating/vite-lugin
v14.1.0
Published
Nx plugin for ViteJs
Readme
@nxext/vite
Getting Started
Add this plugin to an Nx workspace:
yarn add --dev @nxext/viteor
npm install @nxext/vite --save-devGenerate your project:
nx g @nxext/vite:app my-appOr a library with:
nx g @nxext/vite:library my-libUse your project
- Run
nx build my-appto build the app - Run
nx test my-appto test the app - Run
nx lint my-appto run ESLint on the app
Documentation
The full docs are found here
