Semantic-ui is used in my php project, but I don't understand what is used in gulp. My steps: 1. put the downloaded semantic-ui folder under the Project root directory 2. download and install npm and nodejs3. 'npminstallsem according to the prompts on the semantic-ui official website...
Semantic-ui is used in my php project, but I don't understand what is used in gulp.
My steps: 1. put the downloaded semantic-ui folder to the root directory of the project. 2. download and install npm and nodejs 3 as instructed on the semantic-ui official website. 'npm install semantic-ui -- save
Cd semantic/
What does gulp build mean? what does semantic-ui mean? do I need to execute this command in the root directory?
Tutorial
In this case, the first step is to take the complete git semantic-ui package under github, which contains
I want to modify parameters in a configuration file ,,
However, we have to use gulp build to make changes on the internet. what is the process I should do now?
Reply content:
Semantic-ui is used in my php project, but I don't understand what is used in gulp.
My steps: 1. put the downloaded semantic-ui folder to the root directory of the project. 2. download and install npm and nodejs 3 as instructed on the semantic-ui official website. 'npm install semantic-ui -- save
Cd semantic/
What does gulp build mean? what does semantic-ui mean? do I need to execute this command in the root directory?
Tutorial
In this case, the first step is to take the complete git semantic-ui package under github, which contains
I want to modify parameters in a configuration file ,,
However, we have to use gulp build to make changes on the internet. what is the process I should do now?
gulp buildIs the compilation file, includingcss(scss/less),jsAnd copy some images/fonts.
After compilation, you canDist DirectoryFind the compiledjsAndcss.
Then you can proceed to the next step:
/* Include in Your HTML */