1.2.11 • Published 1 year ago

bilpack v1.2.11

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Bilpack (beta)

For this plugin you need vuetify, axios and $auth modules!

Project setup

npm install bilpack

include to plugins

import Vue from 'vue'
import {bilpack} from 'bilpack'
import 'bilpack/dist/bilpack.css'

export default ({ app }) => {
  Vue.use(bilpack, {
    project: '<PROJECT>', // optional
    vuetify: app.vuetify,
    axios: app.$axios,
    store: app.store,
    env: { // need for example to fetch apps
        bilapps: process.env.bilapps || 'https://...'
    },
    settings: {
      navLogo: { // assets for sidebar and header logos. Should be come from static folder
        light_y: '',
        dark_y: '',
        dark_x: '',
        light_x: '',
      }
    }
  })
}

important!

- Vuetify TreeShake must be set to false on used project. Otherwise the components will not mount

    // nuxt example
    vuetify: {
        treeShake: false, // set to false
    },

Component List

  • BfTest
  • BfBreadcrumbs
  • BfButton
  • BfCalendar
  • BfCard
  • BfDatepicker
  • BfForm
  • BfHeader
  • BfLayout
  • BfListItem
  • BfLoader
  • BfModal
  • BfMultiSelectForm
  • BfOverlay
  • BfPage
  • BfSidebar
  • BfSnackbar
  • BfSwal
  • BfTable
  • BfTableExpandable
  • BfTableRowHandler
  • BfText

Global Methods

-> $bilpack.$swal(options)
-> $bilpack.$snackbar(options)
... documentation soon

TODO

  • bf-sketch (fabric js integration)
  • bf-editor (tiptap-vuetify integration)
  • Detailed Documentation
  • Css Optimizations

Bilpack dev

1. bilpack main src: npm run dev
2. bilpack cd dev: npm run dev

Bilpack build

bilpack main src: npm run build
1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.2.8

1 year ago

1.1.9

1 year ago

1.2.7

1 year ago

1.1.8

1 year ago

1.0.9

1 year ago

1.2.6

1 year ago

1.1.7

1 year ago

1.0.8

1 year ago

1.2.5

1 year ago

1.1.6

1 year ago

1.0.7

1 year ago

1.2.4

1 year ago

1.1.5

1 year ago

1.0.6

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.1.3

1 year ago

1.2.1

1 year ago

1.1.2

1 year ago

1.2.9

1 year ago

1.2.11

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.0

1 year ago