oz-bootstrap:开始使用 oz!

时间:2024-07-13 16:52:42
【文件属性】:

文件名称:oz-bootstrap:开始使用 oz!

文件大小:99KB

文件格式:ZIP

更新时间:2024-07-13 16:52:42

HTML

奥兹引导程序 Oz 提供了一种通过oz init为应用程序创建脚手架的方法。 然而,这个默认的脚手架是非常没有主见的,只提供了一个基本的结构。 Oz bootstrap 是基于 oz 的应用程序的一个非常固执的脚手架。 它为您提供: 一个基本的包结构 在基于 virtualenv 的设置中工作的脚本 基于 HTML5 的模板 咖啡脚本 SASS 引导程序 查询 初始设置 首先安装 SASS、coffeescript 和 bower。 然后: git clone https://github.com/ysimonson/oz-bootstrap.git cd oz-bootstrap virtualenv -p python3 venv ./scripts/update-dependencies 您可能希望将 python 名称空间重命名为bootstrap以外的名称。 为此,您需


【文件预览】:
oz-bootstrap-master
----runtime.txt(12B)
----.gitignore(103B)
----README.md(3KB)
----bootstrap()
--------middleware.py(722B)
--------models.py(32B)
--------tests()
--------handlers()
--------routes.py(290B)
--------__init__.py(138B)
--------options.py(179B)
----config.py(314B)
----Procfile(15B)
----static()
--------coffeescript()
--------robots.txt(32B)
--------sass()
--------favicon.ico(766B)
--------lib()
----bower.json(140B)
----scripts()
--------using-profile(336B)
--------server(415B)
--------update-dependencies(1KB)
----requirements.txt(10B)
----env()
--------dev.env(21B)
--------test.env(21B)
----templates()
--------base.html(2KB)
--------error()
--------index.html(121B)

网友评论