JSPM

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

Package Exports

  • @malv/types

Readme

@malv/types

TypeScript type definitions for the MALV framework

Installation

npm install @malv/types

Usage

import { ... } from '@malv/types';

Documentation

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

API Reference: https://malv.dev/api/types

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