@devtable/dashboard
v14.60.8
Published
```bash # 1. install deps at dashboard root cd devtable/dashboard && yarn
Readme
Dashboard Core
# 1. install deps at dashboard root
cd devtable/dashboard && yarn
# 2. run demo
cd devtable/dashboard/packages/core && yarn buildsee package.json for more scripts
use ../demo for debugging
Testing
Use cypress for component testing.
$ nx cypress dashboardUse vitest for other types of testing.
$ nx vitest dashboardUse -c ci to run tests in headless mode.
$ nx cypress dashboard -c ci
$ nx vitest dashboard -c ci
# run both in parallel
$ nx test dashboard -c ci