0.6.10 • Published 3 months ago

@encoradxp/mat-lib-test v0.6.10

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

IO Component Library (mat-lib-test)

For Testing Consumer Apps

This requires a consumer app Vue 3 installed with Vite

Installation

  1. Install the package:

    npm install @encoradxp/mat-lib-test
  2. Install Vuetify | Vite Vuetify

npm install vite-plugins-vuetify
  1. Install Sass
npm install -D sass
  1. Install VueDraggable | VueDraggable
npm install vuedraggable@latest

In your 'vite.config.ts | js' file, add the following: import vuetify from 'vite-plugin-vuetify'

plugins: [
vue(),
vuetify(),
]
    fs: {
      // Allow serving files from one level up to the project root
      allow: ['..'],
    },
  },

Your entry js should look like:

import 'vuetify/styles'
import { createVuetify } from 'vuetify'
import * as components from 'vuetify/components'
import * as directives from 'vuetify/directives'
import { aliases, fa } from 'vuetify/iconsets/fa'`

The theme property is currently being worked on. This is a sample for now.
const vuetify = createVuetify({
components,
directives,
icons: {
defaultSet: 'fa',
aliases,
sets: {
fa
},
},
theme: {
defaultTheme: 'ioVuetifyTheme',
themes: {
ioVuetifyTheme: {
dark: false,
colors: {
primary: 'var(--md-ref-palette-primary40)',
secondary: 'var(--md-ref-palette-secondary50)',
error: 'var(--md-ref-palette-error50)',
warning: 'var(--md-ref-palette-warning60)',
success: 'var(--md-ref-palette-success50)',
info: 'var(--md-ref-palette-informational50)',
background: 'var(--md-ref-palette-neutral95)',
surface: 'var(--md-ref-palette-neutral98)',
}
}
}
}
})
createApp(App).use(vuetify).mount('#app') 
0.6.10

3 months ago

0.6.8

3 months ago

0.6.6

4 months ago

0.6.5

4 months ago

0.6.4

4 months ago

0.6.2

4 months ago

0.6.1

4 months ago

0.5.9

4 months ago

0.5.19

5 months ago

0.5.30

5 months ago

0.5.34

5 months ago

0.5.21

5 months ago

0.5.22

5 months ago

0.5.20

5 months ago

0.5.29

5 months ago

0.5.27

5 months ago

0.5.28

5 months ago

0.5.25

5 months ago

0.5.26

5 months ago

0.5.23

5 months ago

0.5.24

5 months ago

0.5.16

5 months ago

0.5.17

5 months ago

0.5.15

5 months ago

0.5.10

5 months ago

0.5.11

5 months ago

0.5.14

5 months ago

0.5.12

5 months ago

0.5.13

5 months ago

0.5.8

5 months ago

0.5.7

5 months ago

0.5.4

5 months ago

0.5.3

5 months ago

0.5.5

5 months ago

0.5.0

5 months ago

0.5.2

5 months ago

0.4.0

5 months ago

0.3.18

5 months ago

0.3.17

5 months ago

0.3.16

5 months ago

0.3.13

5 months ago

0.3.11

5 months ago

0.3.12

5 months ago

0.3.10

5 months ago

0.3.9

5 months ago

0.3.7

5 months ago

0.3.5

5 months ago

0.3.4

5 months ago

0.3.3

5 months ago

0.3.2

5 months ago

0.3.1

5 months ago

0.3.0

5 months ago

0.2.47

5 months ago

0.2.46

5 months ago

0.2.45

5 months ago

0.2.44

5 months ago

0.2.43

5 months ago

0.2.42

5 months ago

0.2.39

5 months ago

0.2.38

5 months ago

0.2.35

5 months ago

0.2.34

5 months ago

0.2.33

5 months ago

0.2.32

5 months ago

0.2.31

5 months ago

0.2.30

5 months ago

0.2.29

5 months ago

0.2.28

5 months ago

0.2.27

5 months ago

0.2.26

5 months ago

0.2.25

5 months ago

0.2.24

5 months ago

0.2.23

5 months ago

0.2.22

5 months ago

0.2.21

5 months ago

0.2.19

6 months ago

0.2.18

6 months ago

0.2.17

6 months ago

0.2.16

6 months ago

0.2.15

6 months ago

0.2.14

6 months ago

0.2.13

6 months ago

0.2.12

6 months ago

0.2.11

6 months ago

0.2.10

6 months ago

0.2.9

6 months ago

0.2.8

6 months ago

0.2.6

6 months ago

0.2.5

6 months ago

0.2.4

6 months ago

0.2.3

6 months ago

0.2.2

6 months ago

0.2.1

6 months ago

0.2.0

6 months ago

0.1.8

7 months ago

0.1.7

7 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.0.23

7 months ago

0.0.22

7 months ago

0.0.21

7 months ago

0.0.20

7 months ago

0.0.19

7 months ago

0.0.18

7 months ago

0.0.17

7 months ago

0.0.15

7 months ago

0.0.14

7 months ago

0.0.13

7 months ago

0.0.12

7 months ago

0.0.11

7 months ago

0.0.10

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago