0.6.10 • Published 1 year ago

@encoradxp/mat-lib-test v0.6.10

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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

1 year ago

0.6.8

1 year ago

0.6.6

1 year ago

0.6.5

2 years ago

0.6.4

2 years ago

0.6.2

2 years ago

0.6.1

2 years ago

0.5.9

2 years ago

0.5.19

2 years ago

0.5.30

2 years ago

0.5.34

2 years ago

0.5.21

2 years ago

0.5.22

2 years ago

0.5.20

2 years ago

0.5.29

2 years ago

0.5.27

2 years ago

0.5.28

2 years ago

0.5.25

2 years ago

0.5.26

2 years ago

0.5.23

2 years ago

0.5.24

2 years ago

0.5.16

2 years ago

0.5.17

2 years ago

0.5.15

2 years ago

0.5.10

2 years ago

0.5.11

2 years ago

0.5.14

2 years ago

0.5.12

2 years ago

0.5.13

2 years ago

0.5.8

2 years ago

0.5.7

2 years ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.5

2 years ago

0.5.0

2 years ago

0.5.2

2 years ago

0.4.0

2 years ago

0.3.18

2 years ago

0.3.17

2 years ago

0.3.16

2 years ago

0.3.13

2 years ago

0.3.11

2 years ago

0.3.12

2 years ago

0.3.10

2 years ago

0.3.9

2 years ago

0.3.7

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.47

2 years ago

0.2.46

2 years ago

0.2.45

2 years ago

0.2.44

2 years ago

0.2.43

2 years ago

0.2.42

2 years ago

0.2.39

2 years ago

0.2.38

2 years ago

0.2.35

2 years ago

0.2.34

2 years ago

0.2.33

2 years ago

0.2.32

2 years ago

0.2.31

2 years ago

0.2.30

2 years ago

0.2.29

2 years ago

0.2.28

2 years ago

0.2.27

2 years ago

0.2.26

2 years ago

0.2.25

2 years ago

0.2.24

2 years ago

0.2.23

2 years ago

0.2.22

2 years ago

0.2.21

2 years ago

0.2.19

2 years ago

0.2.18

2 years ago

0.2.17

2 years ago

0.2.16

2 years ago

0.2.15

2 years ago

0.2.14

2 years ago

0.2.13

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.2.10

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago