0.0.22 • Published 5 months ago
@juit/vue-z v0.0.22
Juit Widgets Library
This is the widget library used at Juit GmbH in our internal tools.
While not meant for public release, someone might draw some inspiration from how we built it.
It is heavily reliant on the Quasar Framework and our I18n Library.
Usage
Import the library, and configure it using Quasar's own plugin options.
No need to import Quasar, styles, ... all is done for you!
import { JuitWidgets } from '@juit/vue-z'
import { Loading, Notify } from 'quasar'
import { i18n } from '@juit/vue-i18n'
import { createApp } from 'vue'
const myApp = createApp(App)
myApp.use(i18n, { defaultLanguage: 'en-GB' })
myApp.use(JuitWidgets, {
plugins: { Notify, Loading }, // Quasar plugins
})
myApp.mount('#app')
Quick Demo
Simply run and point your browser to localhost:
npm run dev
0.0.22
5 months ago
0.0.21
5 months ago
0.0.20
5 months ago
0.0.19
5 months ago
0.0.18
5 months ago
0.0.17
5 months ago
0.0.16
5 months ago
0.0.15
5 months ago
0.0.14
6 months ago
0.0.13
6 months ago
0.0.12
6 months ago
0.0.11
6 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
0.0.0
7 months ago