AWS_Practice/aws_practice.client
2026-04-23 17:52:28 +08:00
..
.vscode 加入專案檔案。 2026-04-23 17:41:03 +08:00
public 加入專案檔案。 2026-04-23 17:41:03 +08:00
src 加入專案檔案。 2026-04-23 17:41:03 +08:00
.editorconfig 加入專案檔案。 2026-04-23 17:41:03 +08:00
.gitattributes 加入專案檔案。 2026-04-23 17:41:03 +08:00
.gitignore 加入專案檔案。 2026-04-23 17:41:03 +08:00
.oxlintrc.json 加入專案檔案。 2026-04-23 17:41:03 +08:00
aws_practice.client.esproj 加入專案檔案。 2026-04-23 17:41:03 +08:00
CHANGELOG.md 加入專案檔案。 2026-04-23 17:41:03 +08:00
eslint.config.js 加入專案檔案。 2026-04-23 17:41:03 +08:00
index.html 加入專案檔案。 2026-04-23 17:41:03 +08:00
jsconfig.json 加入專案檔案。 2026-04-23 17:41:03 +08:00
package-lock.json remove docker file 2026-04-23 17:52:28 +08:00
package.json 加入專案檔案。 2026-04-23 17:41:03 +08:00
README.md 加入專案檔案。 2026-04-23 17:41:03 +08:00
vite.config.js 加入專案檔案。 2026-04-23 17:41:03 +08:00

aws_practice.client

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint