🎉 init
parents
Showing
.editorconfig
0 → 100644
.eslintrc
0 → 100644
.gitignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
config/dev.js
0 → 100644
config/index.js
0 → 100644
config/prod.js
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "taro-ordering", | ||
| "version": "1.0.0", | ||
| "private": true, | ||
| "description": "A taro project", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "dev:weapp": "npm run build:weapp -- --watch", | ||
| "dev:h5": "npm run build:h5 -- --watch", | ||
| "dev:rn": "npm run build:rn -- --watch", | ||
| "build:weapp": "taro build --type weapp", | ||
| "build:h5": "taro build --type h5", | ||
| "build:rn": "taro build --type rn", | ||
| "tep": "node template" | ||
| }, | ||
| "author": "", | ||
| "license": "MIT", | ||
| "dependencies": { | ||
| "@tarojs/async-await": "1.0.7", | ||
| "@tarojs/components": "1.0.7", | ||
| "@tarojs/redux": "1.0.7", | ||
| "@tarojs/redux-h5": "1.0.7", | ||
| "@tarojs/rn-runner": "1.0.7", | ||
| "@tarojs/router": "1.0.7", | ||
| "@tarojs/taro": "1.0.7", | ||
| "@tarojs/taro-h5": "1.0.7", | ||
| "@tarojs/taro-weapp": "1.0.7", | ||
| "dva-core": "^1.4.0", | ||
| "dva-loading": "^2.0.5", | ||
| "nervjs": "^1.3.0", | ||
| "redux": "^4.0.0", | ||
| "redux-logger": "^3.0.6", | ||
| "redux-thunk": "^2.3.0", | ||
| "taro-ui": "^1.3.5" | ||
| }, | ||
| "devDependencies": { | ||
| "@tarojs/plugin-babel": "1.0.7", | ||
| "@tarojs/plugin-csso": "1.0.7", | ||
| "@tarojs/plugin-sass": "1.0.7", | ||
| "@tarojs/plugin-uglifyjs": "1.0.7", | ||
| "@tarojs/webpack-runner": "1.0.7", | ||
| "@types/react": "^16.4.8", | ||
| "@types/webpack-env": "^1.13.6", | ||
| "babel-eslint": "^8.2.3", | ||
| "babel-plugin-transform-class-properties": "^6.24.1", | ||
| "babel-plugin-transform-decorators-legacy": "^1.3.4", | ||
| "babel-plugin-transform-jsx-stylesheet": "^0.6.5", | ||
| "babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
| "babel-preset-env": "^1.6.1", | ||
| "eslint": "^4.19.1", | ||
| "eslint-config-taro": "1.0.7", | ||
| "eslint-plugin-import": "^2.12.0", | ||
| "eslint-plugin-react": "^7.8.2", | ||
| "eslint-plugin-taro": "1.0.7" | ||
| } | ||
| } |
project.config.json
0 → 100644
src/app.js
0 → 100644
src/components/Loading/Loading.js
0 → 100644
src/components/Loading/loading.scss
0 → 100644
src/components/README.md
0 → 100644
src/config/index.js
0 → 100644
src/images/tab/icon-home-selected.png
0 → 100644
2.17 KB
src/images/tab/icon-home.png
0 → 100644
2.44 KB
src/images/tab/icon-mine-selected.png
0 → 100644
3.1 KB
src/images/tab/icon-mine.png
0 → 100644
3.8 KB
src/images/tab/icon-order-selected.png
0 → 100644
2.13 KB
src/images/tab/icon-order.png
0 → 100644
2.26 KB
src/index.html
0 → 100644
src/models/index.js
0 → 100644
src/pages/cart/index.js
0 → 100644
src/pages/cart/index.scss
0 → 100644
src/pages/cart/model.js
0 → 100644
src/pages/cart/service.js
0 → 100644
src/pages/home/index.js
0 → 100644
src/pages/home/index.scss
0 → 100644
src/pages/home/model.js
0 → 100644
src/pages/home/service.js
0 → 100644
src/pages/productTabs/model.js
0 → 100644
src/pages/productTabs/productTabs.js
0 → 100644
src/pages/productTabs/productTabs.scss
0 → 100644
src/pages/productTabs/service.js
0 → 100644
src/pages/user/index.js
0 → 100644
src/pages/user/index.scss
0 → 100644
src/pages/user/model.js
0 → 100644
src/pages/user/service.js
0 → 100644
src/styles/base.scss
0 → 100644
src/styles/iconfont.scss
0 → 100644
src/styles/mixin.scss
0 → 100644
src/utils/dva.js
0 → 100644
src/utils/request.js
0 → 100644
template.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.