Preface
There are tons of front-end development frameworks, and Semantic UI is one of them. I found it's support more elements than other with complete design. So, I am trying out this time.
Dependencies
There are the things needed to be install before get started:
- node
- Mac: "brew install node"
- Windows: binary file here
- gulp
- npm install -g gulp
Other dependencies for Semantic UI:
- cd <Semantic-UI directory>
- npm install
Build Framework
So, we can customize our design or change the theme on Semantic UI (not included in this post), then it will generate some CSS and JS files for our website to use.
To generate the files, type: "gulp install"
No comments:
Post a Comment