About Gulp and Semantic-ui

Source: Internet
Author: User

In my PHP project to use Semantic-ui, but in the use of gulp related to the place I am a little confused.
My steps: 1. Place the downloaded Semantic-ui folder at the root of the project 2. Download and install NPM and Nodejs as prompted by Semantic-ui website 3. ' NPM install Semantic-ui--save
CD semantic/
Gulp Build ' What does this step mean, what does semantic-ui mean, do I need to execute this command in the root directory?
For advice
I am so, the first step to take GitHub under Git semantic-ui complete package, which is contained gulpfile.js

I want to modify the parameters in a configuration file,

But the internet is said to use gulp build to change, what is the process I should be operating now

Reply content:

In my PHP project to use Semantic-ui, but in the use of gulp related to the place I am a little confused.
My steps: 1. Place the downloaded Semantic-ui folder at the root of the project 2. Download and install NPM and Nodejs as prompted by Semantic-ui website 3. ' NPM install Semantic-ui--save
CD semantic/
Gulp Build ' What does this step mean, what does semantic-ui mean, do I need to execute this command in the root directory?
For advice
I am so, the first step to take GitHub under Git semantic-ui complete package, which is contained gulpfile.js

I want to modify the parameters in a configuration file,

But the internet is said to use gulp build to change, what is the process I should be operating now

gulp buildis to compile files, including css(scss/less) , js and copy some Pictures/fonts and so on.
After the general compilation, you will be able to dist目录 find the compiled js and css .
Then you can proceed to the next step:

/*Include in Your HTML*/
  
   

Of course you can also download the compiled compressed package directly: Https://github.com/Semantic-O ...

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.