Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fe6/water
A UI Design Language
https://github.com/fe6/water
language ui-components vue vue-components vue-ui water
Last synced: 4 days ago
JSON representation
A UI Design Language
- Host: GitHub
- URL: https://github.com/fe6/water
- Owner: fe6
- License: mit
- Created: 2018-04-21T10:46:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:07:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T01:16:01.911Z (about 1 month ago)
- Topics: language, ui-components, vue, vue-components, vue-ui, water
- Language: TypeScript
- Homepage: http://water.lab.evente.cn
- Size: 6.38 MB
- Stars: 10
- Watchers: 1
- Forks: 7
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# water 水滴组件库
[![@fe6/water](https://img.shields.io/npm/v/@fe6/water.svg?style=flat-square)](https://www.npmjs.org/package/@fe6/water)
[![water 持续集成](https://travis-ci.org/fe6/water.svg?branch=master)](https://travis-ci.org/fe6/water)
[![Codecov 单元测试覆盖](https://img.shields.io/codecov/c/github/fe6/water/master.svg?style=flat)](https://codecov.io/gh/fe6/water/branch/master)
[![NPM downloads](http://img.shields.io/npm/dm/@fe6/water.svg?style=flat-square)](https://npmjs.org/package/@fe6/water)
[![NPM downloads](https://img.shields.io/npm/dt/@fe6/water.svg?style=flat-square)](https://npmjs.org/package/@fe6/water)![GitHub language count](https://img.shields.io/github/languages/count/fe6/water.svg)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/fe6/water.svg)
[![Fork water](https://img.shields.io/github/forks/fe6/water.svg?style=flat&label=Fork)](https://github.com/fe6/water/fork) [![Star water](https://img.shields.io/github/stars/fe6/water.svg?style=flat&label=Star)](https://github.com/fe6/water/stargazers)
[![watchers in water](https://img.shields.io/github/watchers/fe6/water.svg?style=flat&label=Watch)](https://github.com/fe6/water/watchers)[![Sauce Labs Test Status (for master branch)](https://badges.herokuapp.com/browsers?googlechrome=7&firefox=7µsoftedge=10&iexplore=9&safari=10.10)](https://saucelabs.com/u/_wmhilton)
## 使用建议
- vue 2.6 +
- webpack 4 +
- node 11 +## 安装
``` cmd
$ yarn add @fe6/water
```## 使用
- 通过 npm 安装依赖,引入
``` js
import water from '@fe6/water';
import '@fe6/water/dist/water.css';Vue.use(water);
```- CDN 外部引用
``` html
```
## 特性
- 提炼自企业级中后台产品的交互语言和视觉风格。
- 开箱即用的高质量 `Vue` 组件。
- 使用 `TypeScript` 构建,提供完整的类型定义文件。## 支持环境
- 现代浏览器和 IE9 及以上。
- 支持服务端渲染。## 开发的环境
- node.js >= 11.0.0
- npm >= 6.0.0