多门店管理后台
Go to file
zmj 8df6961a45 更新工作台页面,优化支付方式展示,修复支付方式名称错误,并调整相关API接口路径 2024-06-21 14:58:17 +08:00
.vscode config 2024-06-01 09:25:15 +08:00
build/store add 2024-06-20 18:14:25 +08:00
dist/store add 2024-06-20 18:07:07 +08:00
scripts first commit 2024-06-01 09:08:19 +08:00
src 更新工作台页面,优化支付方式展示,修复支付方式名称错误,并调整相关API接口路径 2024-06-21 14:58:17 +08:00
typings first commit 2024-06-01 09:08:19 +08:00
.env.development 更新工作台页面,优化交易数据展示,修复核销订单金额等数据展示错误,并调整相关API接口路径 2024-06-21 14:43:18 +08:00
.env.production add 2024-06-20 18:14:25 +08:00
.eslintrc.cjs first commit 2024-06-01 09:08:19 +08:00
.gitignore add 2024-06-08 21:11:37 +08:00
README.md first commit 2024-06-01 09:08:19 +08:00
global.d.ts first commit 2024-06-01 09:08:19 +08:00
index.html add 2024-06-07 08:40:22 +08:00
package-lock.json (Update API paths, adjust configurations, and optimize user and order management functions)dd 2024-06-06 18:22:17 +08:00
package.json (Update API paths, adjust configurations, and optimize user and order management functions)dd 2024-06-06 18:22:17 +08:00
postcss.config.js first commit 2024-06-01 09:08:19 +08:00
tailwind.config.js first commit 2024-06-01 09:08:19 +08:00
tsconfig.config.json first commit 2024-06-01 09:08:19 +08:00
tsconfig.json first commit 2024-06-01 09:08:19 +08:00
vite.config.ts add 2024-06-14 10:09:41 +08:00

README.md

vue-project

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

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint