nuxt-static-signage
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i nuxt-static-signage

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

20 kB

Total Files

20

Last publish

Collaborators

  • chrisrickenbacher