vue-bits
v1.1.1
Published
A collection of Vue UI components in SFC format, styled with Tailwind CSS.
Downloads
3
Readme
Vue Bits
A collection of Vue UI components in SFC format, styled with Tailwind CSS.
Contributing
Awesome! 🥳
Setup
- Clone the repository (
git clone [email protected]: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.