0.1.1 • Published 10 months ago

@owdproject/app-about v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Overview

This app for Open Web Desktop displays the version and other information.

Installation

owd install-app @owdproject/app-about

Usage

Configuration

export default defineDesktopConfig({
  apps: [
    '@owdproject/app-about'
  ],
  about: {
    title: 'Open Web Desktop',
    subtitle: 'github.com/owdproject/client',
    href: 'https://github.com/owdproject/client',
    versionText: 'v{owdVersion} on Nuxt {nuxtVersion}',
    icons: [
      {
        title: 'Open Web Desktop',
        name: 'mdi:hexagon-multiple-outline',
        size: 24,
      },
    ]
  }
})

Commands

about

License

The application is released under the MIT License.

0.1.1

10 months ago

0.1.0

10 months ago

0.0.4

10 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago