@visactor/vmind

v1.2.5-alpha.0
<div align="center">
charts visualization VMind LLM storytelling VisActor graphics AIGC

lint

eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0

test

jest

build

bundle --clean

clear

rm -rf build && rm -rf esm && rm -rf cjs

start

vite ./__tests__/browser

preview

vite ./__tests__/browser preview

release

npm version patch && npm publish && git commit -a -m 'chore: release patch version for vmind' && git push

test-cov

jest -w 16 --coverage

test-live

npm run test-watch __tests__/unit/

test-watch

DEBUG_MODE=1 jest --watch

release-alpha

npm version prerelease --preid alpha && npm publish --tag alpha && git commit -a -m 'chore: release alpha version for vmind' && git push

release-minor

npm version minor && npm publish && git commit -a -m 'chore: release minor version for vmind' && git push

test-performance

jest ./__tests__/performance/performanceTest.ts --config jest.performance.config.js
npm i @visactor/[email protected]

Metadata

  • MIT
  • Whatever
  • VisActor
  • released 3/6/2024

Downloads