0.2.24 • Published 4 years ago
@8btc/bbt-design v0.2.24
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
4 years ago
0.2.23
5 years ago
0.2.22
5 years ago
0.2.21
5 years ago
0.2.20
5 years ago
0.2.19
5 years ago
0.2.18
5 years ago
0.2.17
5 years ago
0.2.16
5 years ago
0.2.15
5 years ago
0.2.14
6 years ago
0.2.13
6 years ago
0.2.12
6 years ago
0.2.11
6 years ago
0.2.10
6 years ago
0.2.9
6 years ago
0.2.8
6 years ago
0.2.7
6 years ago
0.2.6
6 years ago
0.2.5
6 years ago
0.2.4
6 years ago
0.2.3
6 years ago
0.2.2
6 years ago
0.2.1
6 years ago
0.2.0
6 years ago