v-tooltip
Version:
Easy tooltips with Vue 2.x
46 lines (30 loc) • 352 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
```