1.0.1 • Published 8 months ago

halcyon-vue-nuxt v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

halcyon-vue-nuxt

npm version npm downloads License Nuxt

Nuxt support for halcyon-vue

Usage

  1. Add halcyon-vue-nuxt dependency to your project
# Using pnpm
pnpm install halcyon-vue-nuxt

# Using yarn
yarn add halcyon-vue-nuxt

# Using npm
npm install halcyon-vue-nuxt
  1. Add halcyon-vue-nuxt to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'halcyon-vue-nuxt'
  ]
})

That's it! You can now use halcyon-vue-nuxt in your Nuxt app ✨

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

# Release new version
npm run release