1.0.4 • Published 5 years ago

vue-instant v1.0.4

Weekly downloads
611
License
MIT
Repository
github
Last release
5 years ago

Vue Instant!

npm npm vue2

vue instant allows you to easily create custom search controls with auto suggestions for your vue 2 applications.

header

Table of contents

Examples

Project page

https://santiblanko.github.io/vue-instant

Fiddle with all attributes and events

https://jsfiddle.net/santiblanko/dqo6vr57

If you need a example using webpack see the example folder.

Installation

npm install --save vue-instant

Default import

If you need more details see the examples folder.

Install all the components:

import Vue from 'vue'
import 'vue-instant/dist/vue-instant.css'
import VueInstant from 'vue-instant'
Vue.use(VueInstant)

⚠️ You need to configure your bundler to compile .vue files. More info in the official documentation.

Browser

If you need more details see the examples folder.

<link rel="stylesheet" href="vue-instant/dist/vue-instant.css"/>

<script src="vue.js"></script>
<script src="vue-clickaway.js"></script>
<script src="vue-instant/dist/vue-instant.browser.js"></script>

License

MIT © Santiago Blanco

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.0

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago