@iga-pages/nuxt
v1.0.1
Published
IGA Pages adapter module for Nuxt
Readme
Overview
@iga-pages/nuxt is the official Nuxt module for IGA Pages. It converts Nuxt and Nitro build output into an IGA Pages-compatible deployment format, supporting static assets, prerendered pages, server routes, API routes, and SSR pages.
The module only changes the production build output. Running nuxt dev keeps
the normal Nuxt development server behavior.
Support
- Nuxt
^3.17.7and Nuxt^4.0.0are supported.
Installation
Install the module in your Nuxt project:
npm install @iga-pages/nuxtUsage
Enable the module in nuxt.config.ts:
export default defineNuxtConfig({
modules: ["@iga-pages/nuxt"],
});Deployment
After building, deploy the project with the IGA Pages CLI:
iga pages deployLicense
MIT © Beijing Volcano Engine Technology Co., Ltd.
