Skip to content

brandonroberts/nx-vite-env

Repository files navigation

Nx Vite Environment

Reproduction of Nx Vite 6 executor support for Environment API

Setup

npm install

Build with Nx Vite Executor

npm run build

Client is built, server is not built

Build with Vite CLI

npm run build:vite

Client and server are built

Build with Vite Plugin

First, remove build target from project.json.

npm run build

Client and server are built

About

Nx Vite 6 Environment API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published