feat: mkdir pages
Showing
apis/address.js
0 → 100644
apis/carts.js
0 → 100644
apis/goods.js
0 → 100644
apis/order.js
0 → 100644
apis/user.js
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "singlestore", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "main.js", | ||
"directories": { | ||
"lib": "lib" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "http://git.gelifood.com/max/singlestore.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"dayjs": "^1.10.5" | ||
} | ||
} |
pages/carts/index.vue
0 → 100644
pages/category/index.vue
0 → 100644
pages/goods/detail.vue
0 → 100644
pages/login/common.js
0 → 100644
pages/order/order-list.vue
0 → 100644
pages/search/index.vue
0 → 100644
subPages/test/index.vue
0 → 100644
vue.config.js
0 → 100644
Please register or sign in to comment