0.6.24 • Published 4 years ago

badc-styleguide v0.6.24

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Build Status

How to run the style-guide locally:

npm install
npm run serve

Open http://localhost:6060

  1. Clone badc-ui-template (this repo contains its own installation of vuetify)

  2. Update colors per project in /plugins/vuetify.js

import Vue from 'vue';
import Vuetify from 'vuetify/lib';
import colors from 'badc-styleguide/theme/colors'

Vue.use(Vuetify);

export default new Vuetify({
  theme: {
    themes: {
      light: Object.freeze({

        // define base BADC color pallete
        ...colors,
    
        // define project colors
        primary: colors.blue,
        secondary: colors.purple,
        accent: colors.indigo,
        error: colors.red,
        info: colors.cyan,
        success: colors.green,
        warning: colors.yellow,
    
      })
    }
  },
});
0.6.24

4 years ago

0.6.23

4 years ago

0.6.22

4 years ago

0.6.21

4 years ago

0.6.20

4 years ago

0.6.19

4 years ago

0.6.18

4 years ago

0.6.17

4 years ago

0.6.16

4 years ago

0.6.15

4 years ago

0.6.14

5 years ago

0.6.13

5 years ago

0.6.12

5 years ago

0.6.11

5 years ago

0.6.10

5 years ago

0.6.9

5 years ago

0.6.8

5 years ago

0.6.7

5 years ago

0.6.6

5 years ago

0.6.5

5 years ago

0.6.4

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago