0.2.24 • Published 3 years ago

@8btc/bbt-design v0.2.24

Weekly downloads
5
License
MIT
Repository
-
Last release
3 years ago

BBT Design Vue

A Web Design Language

how to use ?

import bbtDesign from '@8btc/bbt-design'
import '@8btc/bbt-design/dist/styles/index.css'

Vue.use(bbtDesign)

If you want to On-demand use?

yarn add babel-plugin-import --dev

Then edit .babelrc:

"plugins": [
  ["import", {
    "libraryName": "@8btc/bbt-design",
    "libraryDirectory": "src/components"
  }]
],

Then edit main.js

import { Alert, Panel } from '@8btc/bbt-design'

Vue.component('bbt-alert', Alert)
Vue.component('bbt-panel', Panel)
0.2.24

3 years ago

0.2.23

3 years ago

0.2.22

4 years ago

0.2.21

4 years ago

0.2.20

4 years ago

0.2.19

4 years ago

0.2.18

4 years ago

0.2.17

4 years ago

0.2.16

4 years ago

0.2.15

4 years ago

0.2.14

5 years ago

0.2.13

5 years ago

0.2.12

5 years ago

0.2.11

5 years ago

0.2.10

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago