文件名称:rin:精益HTML和SASS样板
文件大小:75KB
文件格式:ZIP
更新时间:2024-05-22 13:04:14
CSS
in 5 精益HTML和SASS样板,可实现更好的前端编码 入门 所需组件 Node.js 设置 1)克隆R: $ git clone git@github.com:sanographix/rin.git test-repo $ cd test-repo $ npm install 3)运行rin: $ npm start 4) :party_popper: 目录 运行Rin时,它正在监视src/下的目录。 将您项目的模板(ejs),scss,js,图像文件放入其中。 templates/ , scss/ , js/ , images/文件将被编译并输出到build/ 。 rin/ ┣┳ src/ ┃┣ templates/ ┃┣ scss/ ┃┣ js/ ┃┗ images/ ┃ ┗┳ build/ ┗┳ index.html ┣ css/ ┣ js/ ┗ images/ 范本 Rin
【文件预览】:
rin-master
----package.json(2KB)
----readme.md(4KB)
----LICENSE(1KB)
----package-lock.json(306KB)
----src()
--------templates()
--------js()
--------scss()
----bs-config.js(145B)
----.gitignore(466B)
----site.json(198B)
----.gitattributes(11B)