ForkedItems / uskin

A front-end framework for developing web projects based on CSS3, and provides common components.

Home Page:http://uskin.yaoli.us/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USkin

Project Progress Build Status bitHound Score Join the chat at https://gitter.im/icecreamliker/uskin

USkin is a front-end framework which provides stunning web components based on CSS3 and ReactJS.

Quick start

  • Download the latest release, or clone the repo git clone http://git.ustack.com/ustack/uskin.git.

  • Install all the denpendecies by npm install, and your first compile will also be completed by this command.

  • You can compile your code via Grunt using grunt build or make build at any time you need.

  • You can find demos in folder docs, showing the basic usage of the components. Congratulations, an overview-introduction page is coming soon.

Available commands

Before using the commands, please make sure all the dependencies are well installed.

Compile all the files:

grunt build

In most of the situations, you can use make command instead. In this case, make build.

Clean all generated files:

grunt clean

Equivalent command, make clean.

When test is needed:

npm run test

Use ESLint for code parsing:

npm run eslint

Watch changes of your code real time while developing, you can run the dev mode:

npm run dev

Note

Details for each release are documented in the release notes.

Any questions to the releases are welcome, feel free to create issues.

License

USkin is available under the terms of the MIT license.

About

A front-end framework for developing web projects based on CSS3, and provides common components.

http://uskin.yaoli.us/

License:MIT License


Languages

Language:JavaScript 62.6%Language:CSS 37.1%Language:Makefile 0.2%Language:Shell 0.2%