JSPM

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

Package Exports

  • markdown-pane

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 (markdown-pane) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

markdown-pane

A SolidOS pane to render, create and edit markdown files.

Contribute

Tech stack

  • Typescript
  • React
  • Jest
  • Eslint
  • Prettier
  • SolidOS

Tests

To run all tests:

npm run test

Unit tests

Unit tests use jest and are placed next to the tested file as *.test.ts(x) files.

Dev Server

Start a webpack dev server:

npm start

Visit http://localhost:8080/ to render the pane.

Build

npm run build

The build is done by tsc, webpack is only used as dev server and not for production build.