This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0
wcui/index.js

11 lines
207 B
JavaScript
Executable File

/**
*
* @authors yutent (yutent@doui.cc)
* @date 2017-12-23 14:47:32
* @version $Id$
*/
export Anot from 'src/js/anot'
export AnotTouch from 'src/js/anot-touch'
export Pages from 'src/js/lib/pages'
wcui是一套基于`Web Components`的UI组件库, 宗旨是追求简单、实用、不花哨。
JavaScript 95.2%
CSS 4.8%