1 Star 1 Fork 0

sumdas / cui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
jry 提交于 2015-09-27 02:38 . first commit

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.

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!

1
https://gitee.com/lt133/cui.git
git@gitee.com:lt133/cui.git
lt133
cui
cui
master

搜索帮助