init
Showing
.gitignore
0 → 100644
dist/app.js
0 → 100644
dist/app.json
0 → 100644
dist/app.wxss
0 → 100644
dist/cloud-reset-app.wxss
0 → 100644
dist/pages/home/home.js
0 → 100644
dist/pages/home/home.json
0 → 100644
dist/pages/home/home.wxml
0 → 100644
dist/pages/home/home.wxss
0 → 100644
dist/project.config.json
0 → 100644
dist/sitemap.json
0 → 100644
dist/webpack-require.js
0 → 100644
dist/weimob-cloud-commons.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
| { | ||
| "name": "weimob-cloud", | ||
| "version": "1.0.0", | ||
| "description": "", | ||
| "main": "app.js", | ||
| "scripts": { | ||
| "dev": " node ./webpack-config/run.js && webpack --mode development --watch --config ./webpack-config/webpack.config.js", | ||
| "build": " node ./webpack-config/run.js && webpack --mode development --config ./webpack-config/webpack.config.js" | ||
| }, | ||
| "keywords": [], | ||
| "author": "", | ||
| "license": "ISC", | ||
| "devDependencies": { | ||
| "@babel/core": "^7.10.3", | ||
| "@babel/plugin-proposal-class-properties": "^7.10.1", | ||
| "@babel/plugin-transform-runtime": "^7.10.5", | ||
| "@babel/preset-env": "^7.10.4", | ||
| "babel-loader": "^8.1.0", | ||
| "cache-loader": "^4.1.0", | ||
| "copy-webpack-plugin": "^6.0.2", | ||
| "file-loader": "^6.0.0", | ||
| "fs-extra": "^9.0.1", | ||
| "uglifyjs-webpack-plugin": "^2.2.0", | ||
| "webpack": "^4.9.1", | ||
| "webpack-cli": "^3.3.12", | ||
| "xapp-webpack-loader": "^1.0.2" | ||
| }, | ||
| "dependencies": {} | ||
| } |
project.config.json
0 → 100644
project.private.config.json
0 → 100644
src/app.js
0 → 100644
src/app.json
0 → 100644
src/app.wxss
0 → 100644
src/pages/.DS_Store
0 → 100644
File added
src/pages/home/home.js
0 → 100644
src/pages/home/home.json
0 → 100644
src/pages/home/home.wxml
0 → 100644
src/pages/home/home.wxss
0 → 100644
src/project.config.json
0 → 100644
src/sitemap.json
0 → 100644
src/utils/.DS_Store
0 → 100644
File added
src/utils/util.js
0 → 100644
File added
webpack-config/run.js
0 → 100644
Please register or sign in to comment