@basefloor/app
v1.5.0
Published
BasefloorApp - Vue.js frontend framework with components and utilities for the Basefloor ecosystem
Maintainers
Readme
BasefloorApp
Vue.js frontend framework for the Basefloor ecosystem.
Installation
npm install @basefloor/appQuick 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
