1.1.1 • Published 5 years ago
vue-bits v1.1.1
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-bitsnpm installgit 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.