/gumi

移动端Vue组件库

Primary LanguageJavaScriptMIT LicenseMIT

GUMI

Mobile Vue UI Components Packages

npm version cdnjs downloads Gzip size License MIT

Features

  • 14+ component

Oh! The author is just a beginner,welcome to point out the mistake,thinks!

TODO

  • add test suite
  • support typescript
  • support ssr

Link

Install

npm i gumi -S
yarn add gumi

Quickstart

import Vue from 'vue'
import { install } from 'gumi'
import 'gumi/lib/index.css'
install(Vue)

// or
import { Button } from 'gumi'
Vue.component(Button.name, Button)

For more information, please refer to Quick Start in our documentation.

Browser Support

...

Development

npm run dev

FAQ

I will take part in issue. Welcome to leaving a message.