/ionic-nodeclub

a simple ionic starter project, use coffeescript and sass

Primary LanguageCoffeeScriptMIT LicenseMIT

Ionic Nodeclub App

一个基于 Ionic框架 的 hybrid HTML5 app, 使用 coffeescript 和 sass 开发

数据源/API 使用的是开源社区系统 Nodeclub

online demo 或者 下载安装

Getting started

在浏览器上运行

  • npm install -g cordova
  • npm install -g ionic
  • npm install -g gulp
  • cd ionic-nodeclub
  • npm install
  • bower install
  • gulp build : 编译 Javascript 和 css
  • ionic serve : 启动应用在浏览器运行