Nuxt 2 is reaching End-of-Life on June 30th, 2024.

vuestic
vuestic

Vuestic UI module for Nuxt

Nuxt Vuestic

Vuestic UI Nuxt Module

Description

Adds vuestic components, composables, styles and reactive variables to Nuxt3.

Installation docs

Development

  • Run npm install inside this pacakge
  • Build with npm run prepack
  • Run npm run dev:prepare to generate type stubs.
  • Use npm run dev to start playground in development mode.

Publishing

  • Update version in package.json
  • Run npm publish (or npm publish --tag=next for alpha)