1.0.20 • Published 11 months ago
@vubrussel/vub_tailwind
Licence
MIT
Version
1.0.20
Deps
1
Size
583 kB
Vulns
0
Weekly
178
VUB Tailwind component library
Vue and Tailwind CSS based frontend components with VUB specific layout.
Build VUB web application faster by having a set of components that adhere to the VUB house style.
Getting Started
Make sure that you have Vue and Tailwind CSS installed.
- Install VUB Tailwind with npm or yarn:
npm install @vubrussel/vub_tailwind
yarn add @vubrussel/vub_tailwind
- Require VUB Tailwind as a plugin in the
tailwind.config.jsfile:
module.exports = {
plugins: [
require('@vubrussel/vub_tailwind/plugin')
]
}
- Add the template path to the
tailwind.config.jsfile:
module.exports = {
content: [
"./assets/**/*.{vue,html,js}",
"./templates/**/*.html.twig",
"./node_modules/@vubrussel/vub_tailwind/src/**/*.vue",
],
}
Software dependencies
- Vue.js (^3.0.0)
- Tailwind CSS