html-template

时间:2024-05-08 12:47:01
【文件属性】:

文件名称:html-template

文件大小:172KB

文件格式:ZIP

更新时间:2024-05-08 12:47:01

SCSS

入门 cd cd xxxxx/xxxxx git init wget https://github.com/nrshimanuki/html-template/archive/main.zip -P ./ unzip main.zip rm -r main.zip mv html-template-main dist git add --all git commit -m 'first commit' git branch -M main git remote add origin https://github.com/nrshimanuki/html-template.git git push -u origin main cd dist/src npm install gulp 检查包裹 npm install -g npm-check-updates npm-check-updat


【文件预览】:
html-template-main
----.gitignore(507B)
----src()
--------package.json(465B)
--------package-lock.json(436KB)
--------gulpfile.js(1KB)
--------assets()
----public()
--------assets()
--------index.html(3KB)
----README.md(563B)

网友评论