JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1089
  • Score
    100M100P100Q86167F
  • License MIT

Package Exports

  • @malv/base-web
  • @malv/base-web/cloud-storage
  • @malv/base-web/storage

Readme

@malv/base-web

Frontend framework for MALV applications in the browser

Installation

npm install @malv/base-web

Usage

import { ... } from '@malv/base-web';

Documentation

Full documentation: https://malv.dev/docs

API Reference: https://malv.dev/api/base-web

Example Apps

See example applications:

Getting Started

# Install MALV CLI
npm install -g @malv/base-app

# Login to MALV Cloud
malv login

# Create your first app
npx create-malv-app my-app
cd my-app

# Start developing
npm run dev

License

MIT © Ilias Nikolaidis Olsson