Static signage solution based on Nuxt Content for Nuxt 3.
-
📺 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.
- 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
- Add
nuxt-static-signage
to themodules
section ofnuxt.config.ts
export default defineNuxtConfig({
modules: [
'nuxt-static-signage'
],
signage: {
// module options
},
})
Published under the MIT License