文件名称:riot-on-rails-todo:使用 RiotJS 和 Rails 的待办事项应用程序
文件大小:38KB
文件格式:ZIP
更新时间:2024-07-04 15:48:49
Ruby
使用 RiotJS 和 Rails 的待办事项应用程序 此应用程序用于演示,不用于生产用途。 先决条件 运行此应用程序需要以下软件: Ruby 2.0 或更高版本 安装 Node.js 和 npm 在 Mac OS X 上使用 Homebrew $ brew install node 在 Ubuntu 上 $ sudo add-apt-repository ppa:chris-lea/node.js $ sudo apt-get update $ sudo apt-get install nodejs npm 安装凉亭和吞咽 $ sudo npm install --global bower gulp $ sudo chown -R $(whoami) ~/.npm 安装此应用程序 $ git clone https://github.com/kuroda/riot-on-ra
【文件预览】:
riot-on-rails-todo-master
----.gitignore(685B)
----app()
--------mailers()
--------assets()
--------models()
--------helpers()
--------views()
--------controllers()
----config.ru(153B)
----package.json(712B)
----bin()
--------rails(145B)
--------setup(805B)
--------bundle(129B)
--------rake(90B)
----.bowerrc(52B)
----gulpfile.js(688B)
----log()
--------.keep(0B)
----db()
--------migrate()
--------seeds.rb(109B)
--------schema.rb(1KB)
----public()
--------robots.txt(202B)
--------422.html(2KB)
--------favicon.ico(0B)
--------500.html(1KB)
--------404.html(2KB)
----README.md(885B)
----vendor()
--------assets()
----config()
--------boot.rb(132B)
--------secrets.yml(964B)
--------skel()
--------routes.rb(104B)
--------environments()
--------environment.rb(150B)
--------application.rb(1KB)
--------locales()
--------initializers()
----lib()
--------assets()
--------tasks()
----Gemfile(295B)
----bower.json(126B)
----Rakefile(249B)
----test()
--------mailers()
--------integration()
--------models()
--------helpers()
--------test_helper.rb(312B)
--------controllers()
--------fixtures()
----Gemfile.lock(4KB)