Socket
Book a DemoInstallSign in
Socket

@basefloor/app

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@basefloor/app

BasefloorApp - Vue.js frontend framework with components and utilities for the Basefloor ecosystem

latest
Source
npmnpm
Version
1.5.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

basefloor

FAQs

Package last updated on 12 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts