diff --git "a/\346\235\216\346\226\207\346\235\260/20240530_\346\235\216\346\226\207\346\235\260_\344\272\254\344\270\234\345\210\260\345\256\266/vue-jingdong/.gitignore" "b/\346\235\216\346\226\207\346\235\260/20240530_\346\235\216\346\226\207\346\235\260_\344\272\254\344\270\234\345\210\260\345\256\266/vue-jingdong/.gitignore" new file mode 100644 index 0000000000000000000000000000000000000000..8ee54e8d343e466a213c8c30aa04be77126b170d --- /dev/null +++ "b/\346\235\216\346\226\207\346\235\260/20240530_\346\235\216\346\226\207\346\235\260_\344\272\254\344\270\234\345\210\260\345\256\266/vue-jingdong/.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/\346\235\216\346\226\207\346\235\260/20240530_\346\235\216\346\226\207\346\235\260_\344\272\254\344\270\234\345\210\260\345\256\266/vue-jingdong/.vscode/extensions.json" "b/\346\235\216\346\226\207\346\235\260/20240530_\346\235\216\346\226\207\346\235\260_\344\272\254\344\270\234\345\210\260\345\256\266/vue-jingdong/.vscode/extensions.json" new file mode 100644 index 0000000000000000000000000000000000000000..a7cea0b0678120a1b590d1b6592c7318039b9179 --- /dev/null +++ "b/\346\235\216\346\226\207\346\235\260/20240530_\346\235\216\346\226\207\346\235\260_\344\272\254\344\270\234\345\210\260\345\256\266/vue-jingdong/.vscode/extensions.json" @@ -0,0 +1,3 @@ +{ + "recommendations": ["Vue.volar"] +} diff --git "a/\346\235\216\346\226\207\346\235\260/20240530_\346\235\216\346\226\207\346\235\260_\344\272\254\344\270\234\345\210\260\345\256\266/vue-jingdong/README.md" "b/\346\235\216\346\226\207\346\235\260/20240530_\346\235\216\346\226\207\346\235\260_\344\272\254\344\270\234\345\210\260\345\256\266/vue-jingdong/README.md" new file mode 100644 index 0000000000000000000000000000000000000000..823d32b6e09b93e024ee6bf171d60239886a98a2 --- /dev/null +++ "b/\346\235\216\346\226\207\346\235\260/20240530_\346\235\216\346\226\207\346\235\260_\344\272\254\344\270\234\345\210\260\345\256\266/vue-jingdong/README.md" @@ -0,0 +1,29 @@ +# vue-jingdong + +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/\346\235\216\346\226\207\346\235\260/20240530_\346\235\216\346\226\207\346\235\260_\344\272\254\344\270\234\345\210\260\345\256\266/vue-jingdong/index.html" "b/\346\235\216\346\226\207\346\235\260/20240530_\346\235\216\346\226\207\346\235\260_\344\272\254\344\270\234\345\210\260\345\256\266/vue-jingdong/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..99f583aa2b835f6885f2c233a0e1f6d395fa42af --- /dev/null +++ "b/\346\235\216\346\226\207\346\235\260/20240530_\346\235\216\346\226\207\346\235\260_\344\272\254\344\270\234\345\210\260\345\256\266/vue-jingdong/index.html" @@ -0,0 +1,13 @@ + + +
+ + + +{{ item.desc }}
+