Another collection of Vue Utility Components, css based on Tailwind CSS.
Comes as it goes.
There are several directives within this package, see /src/components/index.js
for more specific names.
To preview the intended design simply open the index.html
file in the repository root (/
).
No changes will be made to Tailwind CSS' defaults even though the tailwind.js
got added - otherwise it'll be stated here.
npm i [name to be found] --save-dev
import { directive } from '[name to be found]';
Please see their related Licensing.
- Bublé, a ES2015 parser, is being used because it's less configuration and faster than Babel.
- Path, nodejs native module.
- rollup.js packages, it's a module bundler for JavaScript.
- Tailwind CSS, a utility-first CSS framework for rapidly building custom user interfaces.
- Terser for parsing and mangler/compressor for ES6+ (fork of uglify-es).
- Yargs-Parser, do the arr-arr-argument parsing.
This package is currently build with MIT
in mind.
Please see CODE_OF_CONDUCT.md
if you want to add something to this project of mine.
If you are not happy with how I deal with things, always feel free to fork/PR :D