代码提交
Showing
README.md
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": "quickapp-test", | ||
"version": "2.0.0", | ||
"description": "Quickapp Sample Template", | ||
"scripts": { | ||
"start": "hap server --watch", | ||
"server": "hap server", | ||
"build": "hap build", | ||
"release": "hap release", | ||
"watch": "hap watch", | ||
"debug": "hap debug", | ||
"gen": "node ./scripts/gen/index.js", | ||
"precommit-msg": "echo '🚧 start pre-commit checks ...' && exit 0", | ||
"prettier": "node ./scripts/selfCloseInputTag.js && prettier --write \"src/**/*.{ux,js,json,less,scss,css,pcss,md,vue}\"", | ||
"prettier-watcher": "onchange '**/*.md' \"src/**/**/*.{ux,js,json,less,scss,css,pcss,md,vue}\" -- prettier --write {{changed}}" | ||
}, | ||
"dependencies": { | ||
"aes-js": "^3.1.2", | ||
"apex-ui": "^1.9.2", | ||
"crypto-js": "^4.1.1", | ||
"crypto-md5": "^1.0.0", | ||
"js-base64": "^3.7.2", | ||
"js-md5": "^0.7.3", | ||
"md5": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/runtime": "^7.12.5", | ||
"@types/quickapp": "npm:quickapp-interface@^1.0.0", | ||
"colors": "^1.4.0", | ||
"husky": "^7.0.1", | ||
"less": "^4.1.1", | ||
"less-loader": "^10.0.1", | ||
"lint-staged": "^11.0.1", | ||
"onchange": "^5.2.0", | ||
"prettier": "^2.3.2", | ||
"prettier-plugin-ux": "^0.3.0", | ||
"webpack": "^5.70.0" | ||
}, | ||
"prettier": { | ||
"singleQuote": true, | ||
"semi": false, | ||
"printWidth": 80, | ||
"proseWrap": "never", | ||
"tabWidth": 2 | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "yarn run precommit-msg && lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
"**/**.{ux,js,json,less,scss,css,pcss,md,vue}": [ | ||
"prettier --write", | ||
"git add" | ||
] | ||
}, | ||
"keywords": [ | ||
"快应用", | ||
"快应用示例", | ||
"快应用模版" | ||
], | ||
"browserslist": [ | ||
"chrome 65" | ||
] | ||
} |
scripts/gen/index.js
0 → 100644
scripts/gen/template.ux
0 → 100644
scripts/selfCloseInputTag.js
0 → 100644
src/Common/Api/classify.js
0 → 100644
src/Common/Api/collect.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
src/Common/Api/home.js
0 → 100644
src/Common/Api/index.js
0 → 100644
src/Common/Api/user.js
0 → 100644
src/Common/Image/android.jpg
0 → 100644
5.94 KB
380 Bytes
506 Bytes
1.25 KB
1.26 KB
1.37 KB
1.09 KB
1.1 KB
src/Common/Image/icon_me.png
0 → 100644
998 Bytes
1016 Bytes
1.33 KB
src/Common/Image/logo.png
0 → 100644
6.54 KB
src/app.ux
0 → 100644
src/assets/images/logo.png
0 → 100644
3.03 KB
src/assets/styles/style.less
0 → 100644
src/helper/ajax.js
0 → 100644
src/helper/apis/example.js
0 → 100644
src/helper/apis/index.js
0 → 100644
src/helper/utils.js
0 → 100644
src/manifest.json
0 → 100644
src/pages/Home/index.ux
0 → 100644
src/pages/Login/index.ux
0 → 100644
src/pages/My/index.ux
0 → 100644
src/pages/News/index.ux
0 → 100644
src/pages/Sign/index.ux
0 → 100644
src/sitemap.json
0 → 100644
yarn.lock
0 → 100644