Skip to content

Quickstarters

Vuero comes with a set of quickstarters that you can use to quickly get started with your project. These quickstarters are pre-built projects that contain only the necessary files to get started with Vuero.

App

LocationSource
GitHubpackages/app
Release Archivevuero-app-v3.0.0.zip

Features

  • SPA setup (Client Only)
  • Simple authentication example using local storage and Pinia
  • Sideblock Layout with minimal configuration
  • Landing Layout with minimal configuration
  • Components, Imports, and Pages auto-loaded
  • Minimal dependencies

App SSR

LocationSource
GitHubpackages/app-ssr
Release Archivevuero-app-ssr-v3.0.0.zip

Features

  • Server side rendering setup with h3
  • Simple authentication example using cookies and Pinia
  • Simple plugin example to manage http headers
  • Sideblock Layout with minimal configuration
  • Landing Layout with minimal configuration
  • Components, Imports, and Pages auto-loaded
  • Minimal dependencies

App Nuxt

LocationSource
GitHubpackages/app-nuxt
Release Archivevuero-app-nuxt-v3.0.0.zip

Features

  • Nuxt setup
  • Simple authentication example using cookie
  • Sideblock Layout with minimal configuration
  • Minimal dependencies

App Electron

LocationSource
GitHubpackages/app-electron
Release Archivevuero-app-electron-v3.0.0.zip

Features

  • SPA setup with Electron integration
  • Simple authentication example using local storage and Pinia
  • Sideblock Layout with minimal configuration
  • Components, Imports, and Pages auto-loaded
  • Minimal dependencies

Demo

LocationSource
GitHubpackages/demo
Release Archivevuero-demo-v3.0.0.zip

Features

  • Conditional Client Only / Server Side Rendering / Server Side Generation setups
  • Conditional authentication example using local storage or cookie, and Pinia
  • All layout configuration examples
  • All plugin/integration enabled
  • Components, Imports, and Pages auto-loaded
  • Fake API, using json-server
  • Vue Router Data Loader example
  • PWA Setup
  • Vue i18n setup
  • Custom Vite plugins
  • Eslint and Stylelint setup

All Rights Reserved