JSPM

  • Created
  • Published
  • Downloads 581
  • Score
    100M100P100Q98482F
  • License (MIT or CC0 1.0)

Default frontend plugin for virmator.

Package Exports

  • @virmator/frontend
  • @virmator/frontend/dist/always-reload.vite
  • @virmator/frontend/dist/always-reload.vite.js
  • @virmator/frontend/dist/frontend.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@virmator/frontend) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@virmator/frontend

A default plugin for virmator.

Available commands

  • frontend

    Runs a frontend dev server with Vite.

    • Examples

      • virmator frontend
    • Configs

      • configs/vite.config.ts
    • Deps

    • Sub Commands

      • build

        Builds a frontend for deployment using Vite (and Rollup).

        • Examples
          • virmator frontend build
      • preview

        Builds a frontend and previews that build in a local dev server.

        • Examples
          • virmator frontend preview