Multiple Select

Multiple Select

  • Getting started
  • Documentation
  • Examples
  • Vue Component
  • Vue Examples
  • Online Editor
  • GitHub

›Vue Component

Vue Component

  • Introduction
  • Browser
  • Webpack
  • Component

Introduction

We have a Multiple Select Component for Vue.js 2.0+, and it should work with the full API.

Installation

Dependencies

  • Vue.js (2.0+)
  • jQuery

NPM

Install and manage CSS, JavaScript, and locales of Multiple Select using npm.

npm install multiple-select

UNPKG

The folks over at UNPKG graciously provide CDN support for Multiple Select's CSS and JavaScript. Just use these links.

https://unpkg.com/multiple-select@2.1.1

Build Files

dist/ folder includes the following vue component files:

multiple-select/
└── dist/
    ├── multiple-select-vue.js
    ├── multiple-select-vue.min.js
    ├── multiple-select-vue-es.js
    └── multiple-select-vue-es.min.js
  • multiple-select-vue.js: UMD builds can be used directly in the browser via a <script> tag.
  • multiple-select-vue.es.js ES module builds are intended for use with modern bundlers like webpack 2 or rollup.
Browser →
  • Installation
    • Dependencies
    • NPM
    • UNPKG
  • Build Files
  • GitHub
  • Twitter
  • My website
  • My repos
  • Email
Copyright © 2010-2025 wenzhixin.net.cn