1.3.9 • Published 3 years ago

my-funk-select-lib v1.3.9

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

my-funk-select-lib

Usage

// webpack / vitejs
import FunkSelect from 'my-funk-select-lib';
Vue.use(FunkSelect)

<funk-select
  ...
/>
// html
<script src="./dist/funkSelect.js"></script>

<funk-select
  ...
></funk-select>

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.