diff --git "a/22 \346\235\216\346\230\216\345\201\245/20240526 vue3\344\272\254\344\270\234\350\264\255\347\211\251\350\275\246/vue3-jingdong-shopping/.gitignore" "b/22 \346\235\216\346\230\216\345\201\245/20240526 vue3\344\272\254\344\270\234\350\264\255\347\211\251\350\275\246/vue3-jingdong-shopping/.gitignore" new file mode 100644 index 0000000000000000000000000000000000000000..8ee54e8d343e466a213c8c30aa04be77126b170d --- /dev/null +++ "b/22 \346\235\216\346\230\216\345\201\245/20240526 vue3\344\272\254\344\270\234\350\264\255\347\211\251\350\275\246/vue3-jingdong-shopping/.gitignore" @@ -0,0 +1,30 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +.DS_Store +dist +dist-ssr +coverage +*.local + +/cypress/videos/ +/cypress/screenshots/ + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +*.tsbuildinfo diff --git "a/22 \346\235\216\346\230\216\345\201\245/20240526 vue3\344\272\254\344\270\234\350\264\255\347\211\251\350\275\246/vue3-jingdong-shopping/.vscode/extensions.json" "b/22 \346\235\216\346\230\216\345\201\245/20240526 vue3\344\272\254\344\270\234\350\264\255\347\211\251\350\275\246/vue3-jingdong-shopping/.vscode/extensions.json" new file mode 100644 index 0000000000000000000000000000000000000000..a7cea0b0678120a1b590d1b6592c7318039b9179 --- /dev/null +++ "b/22 \346\235\216\346\230\216\345\201\245/20240526 vue3\344\272\254\344\270\234\350\264\255\347\211\251\350\275\246/vue3-jingdong-shopping/.vscode/extensions.json" @@ -0,0 +1,3 @@ +{ + "recommendations": ["Vue.volar"] +} diff --git "a/22 \346\235\216\346\230\216\345\201\245/20240526 vue3\344\272\254\344\270\234\350\264\255\347\211\251\350\275\246/vue3-jingdong-shopping/README.md" "b/22 \346\235\216\346\230\216\345\201\245/20240526 vue3\344\272\254\344\270\234\350\264\255\347\211\251\350\275\246/vue3-jingdong-shopping/README.md" new file mode 100644 index 0000000000000000000000000000000000000000..aa6fdaf28adabb575671a8decd96608a2b5b9d0d --- /dev/null +++ "b/22 \346\235\216\346\230\216\345\201\245/20240526 vue3\344\272\254\344\270\234\350\264\255\347\211\251\350\275\246/vue3-jingdong-shopping/README.md" @@ -0,0 +1,29 @@ +# vue3-jingdong-shopping + +This template should help get you started developing with Vue 3 in Vite. + +## Recommended IDE Setup + +[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). + +## Customize configuration + +See [Vite Configuration Reference](https://vitejs.dev/config/). + +## Project Setup + +```sh +npm install +``` + +### Compile and Hot-Reload for Development + +```sh +npm run dev +``` + +### Compile and Minify for Production + +```sh +npm run build +``` diff --git "a/22 \346\235\216\346\230\216\345\201\245/20240526 vue3\344\272\254\344\270\234\350\264\255\347\211\251\350\275\246/vue3-jingdong-shopping/index.html" "b/22 \346\235\216\346\230\216\345\201\245/20240526 vue3\344\272\254\344\270\234\350\264\255\347\211\251\350\275\246/vue3-jingdong-shopping/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..99f583aa2b835f6885f2c233a0e1f6d395fa42af --- /dev/null +++ "b/22 \346\235\216\346\230\216\345\201\245/20240526 vue3\344\272\254\344\270\234\350\264\255\347\211\251\350\275\246/vue3-jingdong-shopping/index.html" @@ -0,0 +1,13 @@ + + +
+ + + +
+ {{ cartCount }}
+
+ {{ item.desc }}
+
+
+
+
+