文件名称:design-template:样板,用于使设计起步
文件大小:83KB
文件格式:ZIP
更新时间:2024-08-09 05:27:15
CSS
设计模板 用于获得新设计概念的样板。 #Install 克隆 repo git clone git@github.com:beardedbrew/design-template.git 安装模块 npm install 运行服务器 gulp 用 Design will be available at http://localhost:1338/ /index.html - 创建您的设计 /src/stylesheets/sass/_design.scss - 创建你的样式 /src/scripts - 在 vanilla javascript 或咖啡中编写脚本(将编译回此目录) /src/react - 在 jsx 或 cjsx 中编写 react(将在 /build/app.js 中编译为 javascript) JSON Server 在上运行,有关 Json Serv
【文件预览】:
design-template-master
----.gitignore(53B)
----package.json(583B)
----src()
--------stylesheets()
--------scripts()
--------react()
----webpack.config.js(555B)
----gulpfile.js(4KB)
----README.md(723B)
----index.html(1KB)
----backend.json(157B)