init vue project

This commit is contained in:
2023-04-27 14:07:39 +02:00
parent 2e55f3df90
commit fb92e5a0b0
35 changed files with 9662 additions and 9 deletions

33
.gitignore vendored
View File

@ -1,11 +1,28 @@
# ---> Vue
# gitignore template for Vue.js projects
#
# Recommended template: Node.gitignore
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# TODO: where does this rule come from?
docs/_book
node_modules
.DS_Store
dist
dist-ssr
coverage
*.local
# TODO: where does this rule come from?
test/
/cypress/videos/
/cypress/screenshots/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?