@visactor/vmind

v1.2.13
<div align="center"> <a href="https://github.com/VisActor#gh-light-mode-only" target="_blank"> <img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/logo_500_200_light.svg"/> </a> <a href="https://githu
charts visualization VMind LLM storytelling VisActor graphics AIGC

start

vite ./__tests__/browser

build

bundle --clean

lint

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

preview

vite ./__tests__/browser preview

clear

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

test

jest

test-cov

jest -w 16 --coverage

test-live

npm run test-watch __tests__/unit/

test-watch

DEBUG_MODE=1 jest --watch

test-performance

jest ./__tests__/performance/performanceTest.ts --config jest.performance.config.js

release-minor

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

release-alpha

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

release

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

Metadata

  • MIT
  • Whatever
  • VisActor
  • released 7/11/2024

Downloads