forsteri

v0.2.12
Reusable reactive Web Component with Virtual DOM in 1KB (gzipped)
forsteri web component virtual dom dom diff web component vdom

build

yarn build:js && yarn build:pragma && yarn build:ts && yarn build:compress && yarn build:es6 && yarn build:esm && yarn build:umd && yarn build:size

build:js

tsc --project tsconfig-js.json

build:ts

rm -rf dist && tsc

build:compress

terser dist/index.js -o dist/index.js --compress --mangle --wrap exports

build:size

cd dist && ls -lh

build:pragma

tsc --project tsconfig-pragma.json

build:es6

tsc --project tsconfig-es6.json

build:esm

tsc --project tsconfig-esm.json

build:umd

tsc --project tsconfig-umd.json

release

yarn test && yarn build && yarn publish --non-interactive

test

jest

test:clear

jest --clearCache
npm i forsteri

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 6/2/2020

Downloads

Maintainers