1.3.0 • Published 8 months ago

@basefloor/app v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

BasefloorApp

Vue.js frontend framework for the Basefloor ecosystem.

Installation

npm install @basefloor/app

Quick Start

import { createApp } from 'vue'
import { createBasefloorApp } from '@basefloor/app'

const app = createApp(App)

// Configure BasefloorApp with your API
app.use(createBasefloorApp({
  apiUrl: 'http://localhost:3000',
  // other configuration options
}))

app.mount('#app')

Features

  • 🧩 Pre-built Components - Ready-to-use Vue components
  • 🔗 API Integration - Seamless integration with BasefloorAPI
  • 🎨 Theming System - Customizable themes and styling
  • 📱 Responsive Design - Mobile-first component library
  • 🔧 Composables - Reusable Vue composition functions
  • 📦 Tree Shakable - Import only what you need

Documentation

For detailed documentation, visit basefloor.dev

License

MIT © BasefloorAPI

1.3.0

8 months ago

1.2.0

8 months ago

1.1.2

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.1

8 months ago