Home

Awesome

<p align="center"> <a href="https://github.com/myliang/fish-ui"> <img width="250" src="/static/logo.png?raw=true"> </a> </p>

Fish-ui

npm package NPM downloads Join the chat at https://gitter.im/myliang/fish-ui

A Vue.js 2.0 UI Toolkit for Web.

Install

npm install less less-loader -S
npm install fish-ui -S

Quick Start

google font & font-awesome

<link rel="stylesheet" href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css"/>
<link rel="stylesheet" href="https://fonts.proxy.ustclug.org/css?family=Lato:400,700,400italic,700italic&subset=latin"/>

Import all components

import Vue from 'vue'
import FishUI from 'fish-ui'

Vue.use(FishUI)

Manually import

import 'fish-ui/styles/button.less'
import Button from 'fish-ui/src/components/Button.vue'

Vue.component(Button.name, Button)

And if you start with vue-webpack-boilerplate by vue-cli

Demo

https://myliang.github.io/fish-ui/

<table> <tbody> <tr> <td align="center"> <a href="https://myliang.github.io/fish-ui/#/components/button"> <img src="/static/button.png?raw=true"> </a> </td> </tr> <tr> <td align="center"> <a href="https://myliang.github.io/fish-ui/#/components/card"> <img src="/static/card.png?raw=true"> </a> </td> </tr> <tr> <td align="center"> <a href="https://myliang.github.io/fish-ui/#/components/form"> <img src="/static/form.png?raw=true"> </a> </td> </tr> <tr> <td align="center"> <a href="https://myliang.github.io/fish-ui/#/components/tree-select"> <img src="/static/treeselect.png?raw=true"> </a> </td> </tr> </tbody> </table>

Features

Components

Browser Support

Modern browsers and Internet Explorer 9+(no test).

Thanks to

LICENSE

MIT