diff --git a/.gitignore b/.gitignore index dc99ae877bb12722f60c567114629f5e6775dff8..4108b33e7b3aae71ade8d7e209a72f99f17c3485 100644 --- a/.gitignore +++ b/.gitignore @@ -1,25 +1,24 @@ -.DS_Store -node_modules -/dist - - -# local env files -.env.local -.env.*.local - -# Log files -npm-debug.log* -yarn-debug.log* -yarn-error.log* -pnpm-debug.log* -package-lock.json - -# Editor directories and files -.idea -.vscode/* -!.vscode/preview.yml -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw? +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/.inscode b/.inscode deleted file mode 100644 index e1777316cc8a34b6c53f0ae12504b6c66fbdb272..0000000000000000000000000000000000000000 --- a/.inscode +++ /dev/null @@ -1,10 +0,0 @@ -run = "npm i && npm run dev" -language = "node" - -[env] -PATH = "/root/${PROJECT_DIR}/.config/npm/node_global/bin:/root/${PROJECT_DIR}/node_modules/.bin:${PATH}" -XDG_CONFIG_HOME = "/root/.config" -npm_config_prefix = "/root/${PROJECT_DIR}/.config/npm/node_global" - -[debugger] -program = "main.js" diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000000000000000000000000000000000000..85b465b9d7b6e55ae1175425adef68141b6629bc --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,3 @@ +{ + "recommendations": ["Vue.volar"] +} diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..658be6d9ceb6b70fdfb9b48113c56c8896a244a0 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Vue 3 + Vite + +This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 ` + +
+ + + +