0.1.4 • Published 1 year ago

llj-vue-ui v0.1.4

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

llj-vue-ui

Project setup

npm install llj-vue-ui
import 'llj-vue-ui/lib/llj-vue-ui.css'
import LljUI from 'llj-vue-ui'
Vue.use(LljUI)
npm install babel-plugin-import --save-dev

// .babelrc / babel.config.js
{
  "plugins": [
    [
      "import", 
      {
        "libraryName": "llj-vue-ui",
        "libraryDirectory": "src/components"
      }
    ]
  ]
}

// main.js
import 'llj-vue-ui/lib/llj-vue-ui.css'
import { Button } from 'llj-vue-ui'
Vue.component('llj-button', Button)

Component List

LljButton
-type: default primary success warning danger
-bgtype: default light white
...

LljSpin
-type: circle dot dots
-spinText: string
...

Directive List

Vue.use(LljUI, {directive: true})

v-llj-title
ps: v-llj-title:left.length12 = "example"

Customize configuration

See Configuration Reference.

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago