0.1.1 • Published 3 years ago

prosemirror-datagrid v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ProseMirror Data Grid module

This module defines a schema extension to support datagrid with virtual scrolling and editing support.

Installation

  1. git clone git@github.com:hedgerwang/prosemirror-datagrid.git
  2. npm install

Usage

Development

  1. Run npm run dev
  2. Oen browser at http://localhost:9000

Production

  1. Run npm run build and build files at the directory /dist.
  2. Open ./dist/demo.html for local testing.

All commands

CommandDescription
npm run devBuild app quickly in dev mode.
npm run buildBuild app quickly in production mode (codes are minified).
npm run testRun tests
npm run lintRun linter
npm run lint --fixRun linter and fix issues
npm run tscRun TypeScript compiler