0.0.2 • Published 7 months ago

nuxt-static-signage v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Nuxt Static Signage

npm version npm downloads License Nuxt

Static signage solution based on Nuxt Content for Nuxt 3.

📖 Documentation | ✨ Release Notes

Features

  • 📺 Slideshows: Define screens that run slideshows with multiple scenes. Use existing layouts for your scenes such as image slideshows, iframe implementations or simple titles.

  • ⏳ Scheduler: Schedule your scenes to play at specific times and days of the week.

  • 🪚 Custom Layouts: Use your own custom layout for your scenes.

Quick install

  1. Add nuxt-static-signage dependency to your project
# Using pnpm
pnpm add nuxt-static-signage

# Using yarn
yarn add nuxt-static-signage

# Using npm
npm install nuxt-static-signage
  1. Add nuxt-static-signage to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    'nuxt-static-signage'
  ],
  signage: {
    // module options
  },
})

Documentation

Checkout the documentation

📑 License

Published under the MIT License