uskin
v0.5.0
Published
A graceful framework which provides developers another chance to build an amazing site.
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 buildormake buildat 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 buildIn most of the situations, you can use make command instead. In this case, make build.
Clean all generated files:
grunt cleanEquivalent command, make clean.
When test is needed:
npm run testUse ESLint for code parsing:
npm run eslintWatch changes of your code real time while developing, you can run the dev mode:
npm run devCustomize the theme of uskin:
npm run dev --theme=defaultor
npm run build --theme=defaultCurrently, 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.
