@visactor/vmind

v1.0.9-alpha.0
<div align="center">

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

postpublish

npm run clear

release-alpha

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

prepublishOnly

npm run build
npm i @visactor/[email protected]

Metadata

  • MIT
  • Whatever
  • chengda
  • released 11/13/2023

Downloads