
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A graceful framework which provides developers another chance to build an amazing site.
USkin is a front-end framework which provides stunning web components based on CSS3 and ReactJS.
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.
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.
Details for each release are documented in the release notes.
Any questions to the releases are welcome, feel free to create issues.
Lee Yao
Sonia Xu
USkin is available under the terms of the MIT license.
FAQs
A graceful framework which provides developers another chance to build an amazing site.
We found that uskin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.