v-tooltip
Version:
Easy tooltips with Vue 2.x
46 lines (30 loc) • 364 B
Markdown
# Contributing Guidelines
(WIP)
## Run the project
Install deps:
```sh
yarn
```
Run the tests:
```sh
yarn run test:unit --watch
```
Build the library in dev mode:
```sh
yarn run dev
```
Build the library for production:
```sh
yarn run build
```
### Demo
Run the demo:
```sh
cd demo-src
yarn
yarn run dev
```
Build the demo:
```sh
yarn run build
```