您的位置:首页 > Web前端 > CSS

ionic2开发的仿外卖点餐系统(Ionic2+Angular2...包含CSS3飞入购物车效果和各种组件用法)

2017-03-04 15:06 676 查看


github上的项目源码


Run this Project(运行该项目)


first(首先):

make sure your computer install ionic 

确保你的电脑安装了ionic2,不懂自行百度


second(其次):

$ ionic start wechat_restaurant tutorial --v2



third(然后):

find local file: /wechat_restaurant , 

then delete all files except on /node_modules in /wechat_restaurant , 

then copy all files downloaded here into /wechat_restaurant 

找到刚刚安在本地的项目wechat_restaurant文件夹,删除除了node_modules文件夹以外的所有文件,复制从这里下载的所有文件到项目wechat_restaurant中


finally(最后):

$ npm install
$ npm install jquery


$ ionic serve


result(结果预览):









......

github源码:https://github.com/imjiangwen/wechat_restaurant


内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息