@cling-se/v-tooltip-root-node
Version:
vTooltip with shadow dom support
46 lines (30 loc) • 397 B
Markdown
# Contributing Guidelines
(WIP)
## Run the project
Install deps:
```
yarn
```
Run the tests:
```
yarn run test:unit --watch
```
Build the library in dev mode:
```
yarn run dev
```
Build the library for production:
```
yarn run build
```
### Demo
Run the demo:
```
cd demo-src
yarn
yarn run dev
```
Build the demo:
```
yarn run build
```