Skip to content

vsergiu93/nuxt-esi-tags

Repository files navigation

Nuxt ESI Tags Module

The nuxt-esi-tags module is specifically designed to bring enhanced server-side rendering capabilities to your Nuxt.js applications through the integration of Edge Side Includes (ESI). This is achieved by leveraging the Nuxt.js Island Components functionality to provide efficient, granular component rendering and caching, enhancing the robustness of large-scale applications containing reusable components.

Under active development

Development

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release