gswl-ui
v1.0.6
Published
vue.js component library
Downloads
1
Readme
Install
Run the command below in your terminal to install gswlUI first
npm install gswl-ui --save
Usage
Global Use
- BaseMap:
- Distpicker:
- Editor:
- PicTools:
- PreviewFlie:
- SetColumn:
- VehicleTypeSelect:
- Vistpicker:
- detailBox,boxItem
- autoSelect:
Import in your entry script file and register it
import gswl from 'gswl-ui'
import "gswl-ui/lib/styles/gswl-ui.css"
Vue.use(gswl)
Example
<base-map @inited="init"></base-map>
The you can import component on demand, and you don't need to care about importing styles, the babel plugin will do it automaticly.
import Vue from 'vue'
import { BaseMap } from 'gswl-ui'