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: about 1 year 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:07:42.000Z (over 3 years ago)
- Last Synced: 2025-03-30T15:44:42.549Z (about 1 year 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: 0
- Forks: 7
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# water 水滴组件库
[](https://www.npmjs.org/package/@fe6/water)
[](https://travis-ci.org/fe6/water)
[](https://codecov.io/gh/fe6/water/branch/master)
[](https://npmjs.org/package/@fe6/water)
[](https://npmjs.org/package/@fe6/water)


[](https://github.com/fe6/water/fork) [](https://github.com/fe6/water/stargazers)
[](https://github.com/fe6/water/watchers)
[](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