UNPKG
telvin-vue-input-tag
Version:
latest (0.0.17)
0.0.17
Vue.js input tag editor component
github.com/telvin/vue-input-tag
telvin/vue-input-tag
telvin-vue-input-tag
/
CONTRIBUTING.md
18 lines
(12 loc)
•
239 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Contributing Guide
## Development Setup
``` bash
# install dependencies
npm install
# run unit tests
npm run unit
# serve docs with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build ```