Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 463 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 463 Bytes

Vue Bulma Select

Select components using Bulma as CSS framework

Docs/Examples

Could be found here

TODO

  • Push to NPM
  • Unit testing
  • Multi-select (tags)

Develpoment

Any command could be runned in the docker-compose env

# install dependencies
npm install

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

# build for production with minification
npm run build