1.0.1 • Published 3 years ago

gina-ui v1.0.1

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

gina-ui

A Vue.js project 多个小组件集合,共用

Build Setup

# install dependencies
npm install
yarn

# serve with hot reload at localhost:8080
npm run dev
yarn run dev

# build for production with minification
npm run build
yarn run build

安装方式

npm install gina-ui

使用方式

# main.js 全局
import 'gina-ui/packages/them/index.less' // 引入gina-ui组件样式
import GinaUi from 'gina-ui' // 引入gina-ui组件
Vue.use(GinaUi.install)

For detailed explanation on how things work, consult the docs for vue-loader.