Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.86 KB

File metadata and controls

33 lines (22 loc) · 1.86 KB

Netlify Framework Adapters

Netlify framework adapters for Nuxt, Vite, and TanStack Start

Installation

This monorepo uses npm workspaces.

Start by installing the dependencies:

npm install

You can then build all the packages:

npm run build --workspaces=true

When working on the packages, it can be helpful to have them rebuild on change:

npm run dev

Packages

Name Description Version
🚀 @netlify/nuxt Nuxt module with a local emulation of the Netlify environment npm version
🔌 @netlify/vite-plugin Vite plugin with a local emulation of the Netlify environment npm version
🔌 @netlify/vite-plugin-tanstack-start Vite plugin for TanStack Start on Netlify npm version