0.2.38 • Published 10 days ago

@vubrussel/vub_tailwind v0.2.38

Weekly downloads
-
License
MIT
Repository
-
Last release
10 days ago

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.

  1. Install VUB Tailwind with npm or yarn:
    npm install @vubrussel/vub_tailwind
    yarn add @vubrussel/vub_tailwind
  1. Require VUB Tailwind as a plugin in the tailwind.config.js file:
module.exports = {

    plugins: [
        require('@vubrussel/vub_tailwind/plugin')
    ]
}
  1. Add the template path to the tailwind.config.js file:
module.exports = {
    content: [
        "./assets/**/*.{vue,html,js}",
        "./templates/**/*.html.twig",
        "./node_modules/@vubrussel/vub_tailwind/src/**/*.vue",
    ],
    
}

Software dependencies

0.2.38

10 days ago

0.2.37

2 months ago

0.2.36

3 months ago

0.2.35

3 months ago

0.2.34

3 months ago

0.2.33

3 months ago

0.2.32

3 months ago

0.2.31

3 months ago

0.2.30

4 months ago

0.2.29

4 months ago

0.2.28

4 months ago

0.2.27

4 months ago

0.2.26

4 months ago

0.2.25

4 months ago

0.2.24

4 months ago

0.2.23

4 months ago

0.2.22

4 months ago

0.2.21

5 months ago

0.2.20

5 months ago

0.2.19

6 months ago

0.2.18

6 months ago

0.2.17

6 months ago

0.2.16

7 months ago

0.2.15

7 months ago

0.2.14

7 months ago

0.2.13

7 months ago

0.2.12

7 months ago

0.2.11

7 months ago

0.2.10

7 months ago

0.2.9

7 months ago

0.2.8

7 months ago

0.2.7

7 months ago

0.2.6

7 months ago

0.2.5

7 months ago

0.2.4

7 months ago

0.2.3

7 months ago

0.2.2

7 months ago

0.2.1

7 months ago