0.1.12 • Published 5 years ago

vue-pawel-ui v0.1.12

Weekly downloads
-
License
MIT
Repository
-
Last release
5 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

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago