uskin

0.5.0 • Public • Published

USkin

Build status Build Status Coverage 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

Customize the theme of uskin:

npm run dev --theme=default

or

npm run build --theme=default

Currently, we only provide two themes: default and premium.

Note

Details for each release are documented in the release notes.

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

Authors

Lee Yao

Sonia Xu

License

USkin is available under the terms of the MIT license.

Package Sidebar

Install

npm i uskin

Weekly Downloads

2

Version

0.5.0

License

MIT

Last publish

Collaborators

  • icecreamliker