Skip to content

Getting Started

At this current moment we don't have an out of the back workspace setup. In order to use nxext/vite you need to create a new NX workspace.

bash
npx create-nx-workspace --preset=empty

After creating the blank workspace. Run the following commands

bash
npm install @nxext/vite --save

MIT Licensed | Copyright © 2020-present Nxext Developers & Contributors