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 build
is 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 ...