# ionic-shop **Repository Path**: meroFuruya/ionic-shop ## Basic Information - **Project Name**: ionic-shop - **Description**: personal shop app forked from https://github.com/ouxuwen/ionic-shop/ - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-26 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 项目介绍 This is a ionic3 project create from [Ionic](http://ionicframework.com/docs/) . #### DEMO Link: [http://120.79.209.150/www](http://120.79.209.150/www) .
截图1 截图2
截图1 截图2 截图3
截图4 截图5 截图6
#### 安装教程 1. intall the ionic-cli and cordova,run: ```bash $ sudo npm install -g ionic cordova ``` 2. Then, install the dependencies, cd into `ionic-shop` and run: ```bash $ sudo npm install ``` #### 使用说明 3. Then, to run the porject, cd into `ionic-shop` and run: ```bash $ ionic serve ``` 4. if you want to run it on device,run:() ```bash $ ionic cordova platform add android $ ionic cordova run android 5.Pay? Use the alipay-sandbox 使用支付宝沙箱版 ``` #### 注意: 可以先把 cordova-plugin-qqsdk cordova-plugin-wechat 这两个插件移除打包试试,他们都需要申请appid才行, `ionic cordova plugin rm cordova-plugin-wechat` `ionic cordova plugin rm cordova-plugin-qqsdk`