项目包含系统: 1、用户系统 1.1、实现注册登录功能,注册通过手机发送信息验证直接注册,注册后修改个人信息。 1.2、 1.3、 2、订单系统 2.1、使用微信/支付宝支付 2.2、下单 2.3、停车位置选取/输入系统 3、广告系统 3.1、前置页广告 3.2、首页滚动广告 3.3、 4、推送系统 5、定位系统 http://lbsyun.baidu.com/
This is a starter template for Ionic projects.
This template does not work on its own. The shared files for each starter are found in the ionic2-app-base repo.
To use this template, either create a new ionic project using the ionic node.js utility, or copy the files from this repository into the Starter App Base.
Take the name after ionic2-starter-
, and that is the name of the template to be used when using the ionic start
command below:
$ sudo npm install -g ionic cordova
$ ionic start myBlank blank
Then, to run it, cd into myBlank
and run:
$ ionic cordova platform add ios
$ ionic cordova run ios
Substitute ios for android if not on a Mac.