0.0.8 • Published 4 years ago
ghh-ui v0.0.8
ghh-ui
自定义组件(主要是图片展示 Vue 组件)
组件引入方法
import Gui from 'ghh-ui';
import 'ghh-ui/lib/ghh-ui.css';
Vue.use(Gui);注意:本组件依赖于 bootstrap-vue 组件,详情请查看Bootstrap-vue Document.
开发步骤:
Project setup
yarn installCompiles and hot-reloads for development
yarn serveCompiles and minifies for production
yarn buildLints and fixes files
yarn lintMake lib and publish npm package
yarn lib