An open API service indexing awesome lists of open source software.

https://github.com/brandonroberts/nx-vite-env

Nx Vite 6 Environment API
https://github.com/brandonroberts/nx-vite-env

Last synced: 3 months ago
JSON representation

Nx Vite 6 Environment API

Awesome Lists containing this project

README

        

# Nx Vite Environment

Reproduction of Nx Vite 6 executor support for Environment API

## Setup

```sh
npm install
```

## Build with Nx Vite Executor

```sh
npm run build
```

Client is built, server is not built

## Build with Vite CLI

```sh
npm run build:vite
```

Client and server are built

## Build with Vite Plugin

First, remove `build` target from `project.json`.

```sh
npm run build
```

Client and server are built