uskin
v0.5.0
Published
A graceful framework which provides developers another chance to build an amazing site.
Downloads
4
Maintainers
Readme
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
ormake 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
- Weibo: http://weibo.com/icecreamliker
- Email: [email protected]
Sonia Xu
- Email: [email protected]
License
USkin is available under the terms of the MIT license.