# cui **Repository Path**: lzrd-java/cui ## Basic Information - **Project Name**: cui - **Description**: 现在市面上有很多参考BS的前端框架,什么妹子UI、拼图、ZUI,但是他们都把BS改的不成样子,用户学习成本太大。用户为什么不用BS而要找其他的,因为BS一个是太丑,一个是官方组件太少。所以我打造了CUI用来扩展BS的组件包括CSS组件、JS组件。致力于适合国人的真正好用的前端框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-03-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Thank you for support cui # Within your cui you’ll find the following directories and files, grouping common resources and providing both compiled and minified distribution files, as well as raw source files. ``` toolkit/ ├── gulpfile.js ├── package.json ├── README.md ├── less/ │ ├── bootstrap/ │ ├── cui/ │ ├── variables.less │ └── cui.less ├── js/ │ ├── bootstrap/ │ └── cui/ └── dist/ ├── css/ ├── js/ └── font/ ``` #### Gulpfile.js Bootstrap Themes are built with Gulp, a build tool that compiles our CSS, JS, and docs with ease. You’ll need to install Node.js and Gulp before using our included gulpfile.js. To install Node visit [https://nodejs.org/download](https://nodejs.org/download/). To install gulp, run the following command: ``` $ npm install gulp -g ``` When you’re done, install the rest of the theme's dependencies: ``` $ npm install ``` #### Gulp Tasks The two tasks immediately useful for you are `$ gulp` and `$ gulp docs`. + `gulp` - recompiles and minifies your theme assets. + `gulp docs` - starts the static doc server and opens it in your preferred browser. #### Support If you experience any problems with the above, or if you think you've found a bug with your theme - please don't hesitate to reach out to cui@corethink.cn. thanks!