diff --git "a/\346\236\227\346\210\220\351\270\277/vue3\344\272\254\344\270\234\345\210\260\345\256\266\346\241\210\344\276\213/vue-jingdong/.eslintrc.cjs" "b/\346\236\227\346\210\220\351\270\277/vue3\344\272\254\344\270\234\345\210\260\345\256\266\346\241\210\344\276\213/vue-jingdong/.eslintrc.cjs" new file mode 100644 index 0000000000000000000000000000000000000000..15f62d78423dff2059db10c6b5b49bd8c67a3fe2 --- /dev/null +++ "b/\346\236\227\346\210\220\351\270\277/vue3\344\272\254\344\270\234\345\210\260\345\256\266\346\241\210\344\276\213/vue-jingdong/.eslintrc.cjs" @@ -0,0 +1,11 @@ +/* eslint-env node */ +module.exports = { + root: true, + 'extends': [ + 'plugin:vue/vue3-essential', + 'eslint:recommended' + ], + parserOptions: { + ecmaVersion: 'latest' + } +} diff --git "a/\346\236\227\346\210\220\351\270\277/vue3\344\272\254\344\270\234\345\210\260\345\256\266\346\241\210\344\276\213/vue-jingdong/.gitignore" "b/\346\236\227\346\210\220\351\270\277/vue3\344\272\254\344\270\234\345\210\260\345\256\266\346\241\210\344\276\213/vue-jingdong/.gitignore" new file mode 100644 index 0000000000000000000000000000000000000000..8ee54e8d343e466a213c8c30aa04be77126b170d --- /dev/null +++ "b/\346\236\227\346\210\220\351\270\277/vue3\344\272\254\344\270\234\345\210\260\345\256\266\346\241\210\344\276\213/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\236\227\346\210\220\351\270\277/vue3\344\272\254\344\270\234\345\210\260\345\256\266\346\241\210\344\276\213/vue-jingdong/.vscode/extensions.json" "b/\346\236\227\346\210\220\351\270\277/vue3\344\272\254\344\270\234\345\210\260\345\256\266\346\241\210\344\276\213/vue-jingdong/.vscode/extensions.json" new file mode 100644 index 0000000000000000000000000000000000000000..64db0b2ec2c73f86aca3de5b4c2bf449e2b4e62f --- /dev/null +++ "b/\346\236\227\346\210\220\351\270\277/vue3\344\272\254\344\270\234\345\210\260\345\256\266\346\241\210\344\276\213/vue-jingdong/.vscode/extensions.json" @@ -0,0 +1,6 @@ +{ + "recommendations": [ + "Vue.volar", + "dbaeumer.vscode-eslint" + ] +} diff --git "a/\346\236\227\346\210\220\351\270\277/vue3\344\272\254\344\270\234\345\210\260\345\256\266\346\241\210\344\276\213/vue-jingdong/README.md" "b/\346\236\227\346\210\220\351\270\277/vue3\344\272\254\344\270\234\345\210\260\345\256\266\346\241\210\344\276\213/vue-jingdong/README.md" new file mode 100644 index 0000000000000000000000000000000000000000..74c8851620f8acf965405ac29fc08d1956bfb131 --- /dev/null +++ "b/\346\236\227\346\210\220\351\270\277/vue3\344\272\254\344\270\234\345\210\260\345\256\266\346\241\210\344\276\213/vue-jingdong/README.md" @@ -0,0 +1,35 @@ +# 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 +``` + +### Lint with [ESLint](https://eslint.org/) + +```sh +npm run lint +``` diff --git "a/\346\236\227\346\210\220\351\270\277/vue3\344\272\254\344\270\234\345\210\260\345\256\266\346\241\210\344\276\213/vue-jingdong/index.html" "b/\346\236\227\346\210\220\351\270\277/vue3\344\272\254\344\270\234\345\210\260\345\256\266\346\241\210\344\276\213/vue-jingdong/index.html" new file mode 100644 index 0000000000000000000000000000000000000000..99f583aa2b835f6885f2c233a0e1f6d395fa42af --- /dev/null +++ "b/\346\236\227\346\210\220\351\270\277/vue3\344\272\254\344\270\234\345\210\260\345\256\266\346\241\210\344\276\213/vue-jingdong/index.html" @@ -0,0 +1,13 @@ + + +
+ + + +{{item.desc}}
+