https://github.com/vue-multiple/tag
Vue-based tag component
https://github.com/vue-multiple/tag
tag tags vue vue-tag vue-tags
Last synced: 6 months ago
JSON representation
Vue-based tag component
- Host: GitHub
- URL: https://github.com/vue-multiple/tag
- Owner: vue-multiple
- License: mit
- Created: 2017-08-03T05:50:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-14T03:05:16.000Z (almost 8 years ago)
- Last Synced: 2024-10-08T09:50:30.405Z (8 months ago)
- Topics: tag, tags, vue, vue-tag, vue-tags
- Language: Vue
- Homepage: https://vue-multiple.github.io/tag/
- Size: 855 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tag
> Vue-based tag component
## Install
```bash
npm install vue-multiple-tag -S
```## Quick Start
```bash
import Vue from 'vue'
import VmTag from 'vue-multiple-tag'Vue.component(VmTag.name, VmTag)
```For more information, please refer to [tag](http://vue-multiple.github.io/tag) in our documentation.
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run demo:dev# build for demo with minification
npm run demo:build# build for gh-pages with minification
npm run demo:prepublish# build for production with minification
npm run build
```## LICENSE
[MIT](http://opensource.org/licenses/MIT)