A Light Vue 3.0 Web UI Framework build with JavaScript and Typescript.
English | 简体中文
Use npm
npm install ninecat-ui --S
Use yarn
yarn add ninecat-ui
import Vue from 'vue' import Ninecat from 'ninecat-ui' import 'ninecat-ui/package/main.css'Vue.use(Ninecat)
// or import { Button // ... } from 'ninecat-ui'
Vue.component(Button.name, Button)
Supports all major modern browsers.
| IE |
Edge |
Firefox |
Chrome |
Safari |
| ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| >=11 | >= 14 | >= 45 | >=49 | >=10 |
Clone locally
$ git clone https://github.com/ninecat-ui/ninecat-ui.git $ cd ninecat-ui $ yarn install $ yarn start
Use Vue3 to refactor component(Doing and need help)
Scan the QR code using QQ to join in discussion group