Commit b2b17557 authored by FE-安焕焕's avatar FE-安焕焕 👣

初始化

parent c5956de7
Pipeline #981 failed with stages
# vue-standard-h5-project
# cauchy-ui
基于vue-cli 3.0整合的针对前端业务的vue移动端项目模板
## Quick start
你可以直接clone这个项目,作为项目的基础,一切都是准备好的。
```bash
git clone http://git.quantgroup.cn/zhiwei.guo/vue-standard-h5-project.git
cd vue-standard-h5-project
npm install && npm run serve
```
基于vue-cli 3.0的h5商城
## Feature
......
{
"name": "vcc-spider-center-ui",
"name": "cauchy-ui",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
......@@ -1128,14 +1128,14 @@
"dev": true
},
"@popperjs/core": {
"version": "2.9.1",
"resolved": "http://npmprivate.quantgroups.com/@popperjs%2fcore/-/core-2.9.1.tgz",
"integrity": "sha512-DvJbbn3dUgMxDnJLH+RZQPnXak1h4ZVYQ7CWiFWjQwBFkVajT4rfw2PdpHLTSTwxrYfnoEXkuBiwkDm6tPMQeA=="
"version": "2.9.2",
"resolved": "http://npmprivate.quantgroups.com/@popperjs%2fcore/-/core-2.9.2.tgz",
"integrity": "sha512-VZMYa7+fXHdwIq1TDhSXoVmSPEGM/aa+6Aiq3nVVJ9bXr24zScr+NlKFKC3iPljA7ho/GAZr+d2jOf5GIRC30Q=="
},
"@qg/cherry-ui": {
"version": "2.20.6",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcherry-ui/-/cherry-ui-2.20.6.tgz",
"integrity": "sha512-1Q8rDvjglSC9rzapCvlSlXVxaPEwJD6y20yo1M4Lxq6Ndf+x4eR6C8e1S7iIQU9WJeya+KhG1Il2aAoX7roYZg==",
"version": "2.20.22",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcherry-ui/-/cherry-ui-2.20.22.tgz",
"integrity": "sha512-uuhHwat5SUUMUkPM56TK89o49EyXExUjQSW5pdPr0vQ6QpJRUnT+TsOzIxEGyBKQOFHsAIyqWSP2L1CvPWiIHg==",
"requires": {
"@popperjs/core": "^2.5.4",
"vue-lazyload": "^1.3.3",
......@@ -1159,9 +1159,9 @@
}
},
"@qg/ui-request": {
"version": "0.0.1",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fui-request/-/ui-request-0.0.1.tgz",
"integrity": "sha512-KpfOklMWfwY3mxy5/yg6DsSl02DjIzWwOMlkGVG2zJEfF8GUphQXqfMZX1X6n24BEst3sExdrTDCf1+rw5FE7A==",
"version": "0.0.5",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fui-request/-/ui-request-0.0.5.tgz",
"integrity": "sha512-6RAAMxEzud18N0WQk5CR5vnrQ+FvBdejK+Ig5HAEyBMbFJ6sE1EfuccfYqx7qQ3CizHL58VpIa9pM+zhhdztFw==",
"requires": {
"axios": "^0.19.2"
}
......@@ -12398,9 +12398,9 @@
}
},
"url-toolkit": {
"version": "2.2.1",
"resolved": "http://npmprivate.quantgroups.com/url-toolkit/-/url-toolkit-2.2.1.tgz",
"integrity": "sha512-8+DzgrtDZYZGhHaAop5WGVghMdCfOLGbhcArsJD0qDll71FXa7EeKxi2hilPIscn2nwMz4PRjML32Sz4JTN0Xw=="
"version": "2.2.2",
"resolved": "http://npmprivate.quantgroups.com/url-toolkit/-/url-toolkit-2.2.2.tgz",
"integrity": "sha512-l25w6Sy+Iy3/IbogunxhWwljPaDnqpiKvrQRoLBm6DfISco7NyRIS7Zf6+Oxhy1T8kHxWdwLND7ZZba6NjXMug=="
},
"use": {
"version": "3.1.1",
......
{
"name": "vcc-spider-center-ui",
"name": "cauchy-ui",
"version": "1.0.0",
"private": true,
"scripts": {
......@@ -10,7 +10,7 @@
},
"dependencies": {
"@better-scroll/core": "^2.0.0-beta.6",
"@qg/cherry-ui": "^2.16.65",
"@qg/cherry-ui": "^2.20.22",
"@qg/js-bridge": "^1.1.9",
"@qg/qg-scroll": "^1.4.2",
"@qg/ui-request": "^0.0.5",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment