Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Shopify_app | 1,650 | 270 | 4 | 15 days ago | 178 | July 11, 2023 | 12 | mit | Ruby | |
A Rails Engine for building Shopify Apps | ||||||||||
Dashing Rails | 1,460 | 65 | 4 years ago | 23 | November 29, 2017 | 20 | mit | Ruby | ||
The exceptionally handsome dashboard framework for Rails. | ||||||||||
Shopqi | 786 | 4 years ago | 15 | Ruby | ||||||
An open source clone of Shopify. | ||||||||||
Polaris_view_components | 232 | 5 days ago | 21 | October 12, 2022 | 12 | mit | Ruby | |||
ViewComponents for Polaris Design System | ||||||||||
Shopify Hotwire Sample | 101 | 2 months ago | 3 | Ruby | ||||||
A sample app for Shopify's JWT integration with Hotwire Turbo | ||||||||||
Payment_icons | 86 | 8 | a day ago | 68 | September 21, 2022 | 19 | mit | Ruby | ||
An easy to use library that allows you to manage and access payment icons | ||||||||||
Script_core | 70 | 1 | a day ago | 18 | December 17, 2021 | other | Ruby | |||
A script engine powered by mruby sandboxie, It's a fork of Shopify's ESS. | ||||||||||
Shopify_graphql | 34 | 16 days ago | 11 | March 16, 2023 | 1 | mit | Ruby | |||
Less painful way to work with Shopify Graphql API in Ruby. | ||||||||||
Shopify App Starter Kit | 33 | 4 years ago | Ruby | |||||||
Shopify app starter kit written in Ruby on Rails w/ appropriate tools to get your Shopify app up and running quickly 🚀 | ||||||||||
Smart_collection | 20 | 1 | a year ago | 8 | July 29, 2021 | 1 | Ruby | |||
rails plugin for shopify style smart collection |
最新电子商务开源项目 19wu
ShopQi is based on Rails3.2, include all the features of e-commerce.
Please feel free to contact me if you have any questions.
Requirement
Installation[use PostgreSQL]
$ bundle
$ bundle exec rake shopqi:bootstrap
Installation[use MySQL]
$ script/development/use_mysql
$ bundle
$ bundle exec rake "shopqi:bootstrap[mysql]"
Start the server
$ bundle exec unicorn_rails -p 4000 -c config/development.unicorn.conf.rb
If you change the port, make sure the port value in config/app_config.yml
was changed too.
Open the browser
DO NOT use localhost, use lvh.me intead.
ShopQi 基于 Rails3.2 开发, 覆盖电子商务所有功能,包括
有任何问题或建议请联系我.
基本功能
商店外观美化功能
通知提醒
附加功能
扩展能力
要求
安装[使用Postgresql]
$ bundle
$ bundle exec rake shopqi:bootstrap
安装[使用MySQL]
$ script/development/use_mysql
$ bundle
$ bundle exec rake "shopqi:bootstrap[mysql]"
启动应用服务器
$ bundle exec unicorn_rails -p 4000 -c config/development.unicorn.conf.rb
如果你修改了端口,请同时修改 config/app_config.yml
文件中的端口号
浏览
注意不要使用 localhost 来访问
#486: 如果无法通过 www.lvh.me
访问,`ping www.lvh.me` 也无法连接,可改为使用 42foo.com
进行访问,并将 config/app_config.yml
文件中的 lvh.me
修改为 42foo.com