tram-one

v12.0.1
🚋 Modern View Framework for Vanilla Javascript
frontend framework client browser web-app tram-one observables hooks vanilla and 3 more...

lint

eslint . --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore

build

npm run build:cjs && npm run build:umd && npm run build:mjs

postbuild

npm run build:badges

build:cjs

rollup -c configs/rollup.config.cjs.js

build:umd

rollup -c configs/rollup.config.umd.js

build:mjs

rollup -c configs/rollup.config.mjs

build:badges

node dev-scripts/build-size-badges.cjs

watch:lint

watch "npm run lint" src

watch:build

watch "npm run build" src

clean

git clean -Xdf

test

jest integration-tests --watch

test:ci

jest integration-tests --coverage

test:app

parcel integration-tests/test-app/index.html --dist-dir .parcel-dist

test:performance

jest performance-tests --watch --update-snapshot

test:performance:ci

jest performance-tests --update-snapshot

test:performance:app

parcel performance-tests/test-app/index.html

start

npm ci && npm run build

restart

npm run clean && npm start

Metadata

  • MIT
  • Whatever
  • Jesse Jurman
  • released 5/15/2022

Downloads

Maintainers