marionette-js-tutorial-app:Marionette.js 的教程应用程序

时间:2024-07-09 09:35:47
【文件属性】:

文件名称:marionette-js-tutorial-app:Marionette.js 的教程应用程序

文件大小:753KB

文件格式:ZIP

更新时间:2024-07-09 09:35:47

JavaScript

Marionette.js 教程应用 关于 注意:目前写作截至 2015 年 2 月 2 日。 使用 Marionette.js 和 Sinatra 创建简单应用程序的非官方教程。推荐给那些想要学习如何习惯它而不是习惯它的人。由于我们只专注于创建应用程序的部分,如果您想了解有关 Marionette.js 的更多详细信息,请参阅 。 作者:2015/02 Marionette.js: v2.2.0 准备 首先,使用 bundle install 安装所需的 Gem 包。 bundle install Sinatra 将从以下命令开始。 rackup -p 3000 此存储库已包含您要在教程中创建的应用程序。如果您在教程中遇到困难,请阅读实际代码。 使用 Grunt 时 Grunt 需要 node.js,请提前安装。 如果您已经有了 node.js,请转到 grunt 文件夹并安装


【文件预览】:
marionette-js-tutorial-app-master
----unicorn.rb(203B)
----public()
--------js()
--------fonts()
--------css()
----config.ru(132B)
----views()
--------_marionette_tmpl.erb(1KB)
--------_modal.erb(2KB)
--------index.erb(537B)
----db()
--------sample.db(15KB)
----main.rb(2KB)
----Gemfile(205B)
----run.sh(98B)
----.bundle()
--------config(63B)
----README.md(2KB)
----tutorial()
--------Step-2.md(14KB)
--------image()
--------Step-1.md(11KB)
----prod_run.sh(61B)
----.gitignore(108B)
----grunt()
--------contents()
--------GruntFile.js(395B)
--------config()
--------package.json(460B)
----database.yml(54B)

网友评论