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
Location | Source |
---|---|
GitHub | packages/app |
Release Archive | vuero-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
Location | Source |
---|---|
GitHub | packages/app-ssr |
Release Archive | vuero-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
Location | Source |
---|---|
GitHub | packages/app-nuxt |
Release Archive | vuero-app-nuxt-v3.0.0.zip |
Features
- Nuxt setup
- Simple authentication example using cookie
- Sideblock Layout with minimal configuration
- Minimal dependencies
App Electron
Location | Source |
---|---|
GitHub | packages/app-electron |
Release Archive | vuero-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
Location | Source |
---|---|
GitHub | packages/demo |
Release Archive | vuero-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