halcyon-vue-nuxt
v1.0.1
Published
Nuxt support for halcyon-vue
Downloads
2
Readme
halcyon-vue-nuxt
Nuxt support for halcyon-vue
Usage
- 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
- Add
halcyon-vue-nuxt
to themodules
section ofnuxt.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