Skip to content

📺 Simple static signage solution for Nuxt 3 based on Nuxt Content.

License

Notifications You must be signed in to change notification settings

chrisrickenbacher/nuxt-static-signage

Repository files navigation

Nuxt Static Signage

npm version npm downloads License Nuxt

Static signage solution based on Nuxt Content for Nuxt 3.

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

About

📺 Simple static signage solution for Nuxt 3 based on Nuxt Content.

Resources

License

Stars

Watchers

Forks

Packages

No packages published