JSPM

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

Shared utilities and scripts for malv apps

Package Exports

  • @malv/base-app

Readme

@malv/base-app

Build tools, CLI, and development utilities for MALV apps

Installation

npm install @malv/base-app

Usage

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

Documentation

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

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

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