0.1.12 • Published 4 years ago

vue-pawel-ui v0.1.12

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

vue-components

Install

npm i vue-pawel-ui -S

Import all components

import Vue from 'vue'
import pawelUI from 'vue-pawel-ui'
import 'vue-pawel-ui/lib/themes/index.css'

Vue.use(pawelUI)

Manually import

// Install plugin
npm i babel-plugin-import -D

// For users who use babel7, that can be configured in babel.config.js
module.exports = {
    plugins: [
        [
            'component',
        {
            libraryName: 'vue-pawel-ui',
            styleLibrary: {
            name: 'themes'
            }
        },
            'vue-pawel-ui'
        ]
    ]
}

// Then you can import components from vue-pawel-ui
import Vue from 'vue'
import { Button, ImagePreview } from 'vue-pawel-ui'

Vue.use(Button)
Vue.use(ImagePreview)
0.1.12

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago