https://github.com/duke-git/kview
An UI component library based on vuejs
https://github.com/duke-git/kview
Last synced: 8 months ago
JSON representation
An UI component library based on vuejs
- Host: GitHub
- URL: https://github.com/duke-git/kview
- Owner: duke-git
- Created: 2018-03-29T12:13:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T12:58:18.000Z (over 7 years ago)
- Last Synced: 2025-02-16T13:31:01.370Z (10 months ago)
- Language: JavaScript
- Size: 187 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kview
> A UI components library based on vue.js.
> 前端组件库,基于vue2.0。目前版本v1.0.0。用于中后台管理系统的开发。
## Build Setup
``` bash
# 安装依赖
npm install
要求:node >= 4.0.0, npm>= 3.0.0
# 开发环境localhost:8080
npm run dev
# 生产环境
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# 单元测试
npm run unit
# 所有测试
npm test