Demo http://onecoin.im
This is a website project powered by Ember.js(ember-cli) and Padrino(Grape).It provides many nice tools to track the <onecoin.eu>'s info, and to help members to make better decisions.
这是一个用Ember.js作为前端框架,Padrino作为后台Api驱动的Web应用,可以用作内容管理系统,个人博客。
To achieve a multi-users, customizable, scalable, strong interactive, easy to use blog system or content management system...
- Multi users
- Multi languages (I18n)
- Multi device (I18n)
- Client authentication: login/logout, signup...
- Bootstrap
- Date format
- Pinyin translate
- Text truncation
- ...
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)