halcyon-vue-nuxt
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i halcyon-vue-nuxt

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

4.85 kB

Total Files

6

Last publish

Collaborators

  • hikarilan