feat: add Vue init project

This commit is contained in:
Muyao CHEN
2024-10-08 00:17:36 +02:00
parent cb7a4bf5c5
commit 8f184ba797
33 changed files with 6751 additions and 0 deletions

33
.gitignore vendored
View File

@ -26,3 +26,36 @@ go.work.sum
/_output
/deployment/db_data
/tmp/**
# Vue
#
# Logs
web/logs
web/*.log
web/npm-debug.log*
web/yarn-debug.log*
web/yarn-error.log*
web/pnpm-debug.log*
web/lerna-debug.log*
web/node_modules
web/.DS_Store
web/dist
web/dist-ssr
web/coverage
web/*.local
web/cypress/videos/
web/cypress/screenshots/
# Editor directories and files
web/.vscode/*
web/!.vscode/extensions.json
web/.idea
web/*.suo
web/*.ntvs*
web/*.njsproj
web/*.sln
web/*.sw?
web/*.tsbuildinfo