1.1.1 • Published 4 years ago

vue-bits v1.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

Vue Bits

A collection of Vue UI components in SFC format, styled with Tailwind CSS.

Contributing

Awesome! 🥳

Setup

  • Clone the repository (git clone git@github.com:99linesofcode/vue-bits.git)
  • cd vue-bits
  • npm install
  • git checkout -b your-branch-name

Make changes

  • Fire up the webpack development server (npm run serve)
  • Automatically run unit tests (npm test -- --watchAll)
  • Hack away
  • Submit a PR

Test inside an alternative project

  • npm link
  • cd ~/path/to/project
  • npm link vue-bits

License

Released under the MIT License. Copyright (c) 99linesofcode.