前端样板静态站点模板

黑白清爽风格的前端样板项目,适合快速搭建静态站点。整个流程蛮顺的,从 clone 到本地启动几步搞定,响应也快,页面结构也比较清晰。

用的还是比较主流的工具链,Webpack做打包,npm来管理依赖,配套的HTML 模板也都配置好了,适合搞点展示型页面或者项目主页。

你只需要:

$ git clone 项目地址
$ rm -rf .git
$ git init
$ npm install
npm start开发,npm run build生成build目录,一气呵成,适合快速上线。

嗯,适合那些不想折腾脚手架的朋友。要是你碰到npm install出错,推荐看看这个错误指南,挺实用。

如果你对类似的样板项目感兴趣,可以顺带看看这些:

如果你平时项目不大、但又想保持一定的模块化和自动构建,这个样板用起来会蛮省心的。

zip
frontend-boilerplate-master.zip 预估大小:68个文件
folder
frontend-boilerplate-master 文件夹
file
package.json 2KB
file
.eslintrc.json 354B
file
package-lock.json 515KB
folder
src 文件夹
file
index.js 387B
folder
images 文件夹
file
square3.png 373B
file
square4.png 373B
file
square.png 373B
folder
share 文件夹
file
tile-wide.png 2KB
file
tile.png 3KB
folder
favicon 文件夹
file
apple-touch-icon.png 4KB
file
favicon.ico 766B
folder
.gitkeep 文件夹
folder
fonts 文件夹
file
index.js 23B
folder
open-sans 文件夹
file
OpenSans-Regular.svg 1.11MB
file
OpenSans-Regular.ttf 112KB
file
OpenSans-Regular.woff 66KB
file
OpenSans-Regular.woff2 49KB
file
OpenSans-Regular.eot 112KB
file
LICENSE.txt 11KB
file
fonts.sass 595B
folder
pages 文件夹
folder
example 文件夹
file
App.jsx 282B
file
index.js 419B
file
App.vue 201B
file
example.pug 514B
folder
index.sass 文件夹
file
test-scss.scss 62B
file
examplate-inline.inline.pug 46B
file
index.js 187B
folder
404 文件夹
file
index.js 20B
file
404.pug 1KB
folder
home 文件夹
file
index.js 71B
folder
index.sass 文件夹
file
index.pug 62B
folder
common 文件夹
file
_mixins.scss 107B
file
_variables.scss 868B
folder
mixins 文件夹
file
_font-face.scss 1KB
file
_clearfix.scss 90B
file
_media.scss 325B
file
_converters.scss 183B
file
index.scss 39B
folder
layout 文件夹
folder
wrapper 文件夹
file
index.js 25B
file
wrapper.sass 94B
folder
grid 文件夹
file
index.js 22B
folder
grid.sass 文件夹
folder
content 文件夹
file
index.js 25B
file
content.sass 60B
file
index.js 169B
folder
base 文件夹
file
index.js 22B
file
base.sass 925B
folder
footer 文件夹
file
footer.sass 59B
file
index.js 24B
file
footer.pug 21B
file
app.pug 842B
folder
header 文件夹
file
index.js 24B
folder
header.sass 文件夹
file
header.pug 21B
folder
blocks 文件夹
file
index.js 83B
folder
block-example 文件夹
file
index.js 31B
file
square2.png 373B
file
block-example.sass 80B
file
.gitignore 131B
file
webpack.config.js 9KB
file
.browserslistrc 82B
file
README.md 322B
file
yarn.lock 390KB
file
.editorconfig 235B
file
.gitattributes 3KB
file
babel.config.js 754B
...
zip 文件大小:699.33KB