14.1.5 • Published 2 years ago

@alexkeating/vite-plugin v14.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@nxext/vite

License nxext windows CI nxext macos CI

Getting Started

Add this plugin to an Nx workspace:

yarn add --dev @nxext/vite

or

npm install @nxext/vite --save-dev

Generate your project:

nx g @nxext/vite:app my-app

Or a library with:

nx g @nxext/vite:library my-lib

Use your project

  • Run nx build my-app to build the app
  • Run nx test my-app to test the app
  • Run nx lint my-app to run ESLint on the app

Documentation

The full docs are found here