Go to file
2023-06-12 20:48:04 +08:00
.vscode feat: Home view 2023-06-07 21:12:30 +08:00
backend fix: change the product's code in database schema 2023-06-12 19:41:00 +08:00
public feat: Home view 2023-06-07 21:12:30 +08:00
src fix: v-if isShop 2023-06-12 20:48:04 +08:00
.env.example try to send transaction to verify the SBT number 2023-06-08 19:27:14 +08:00
.eslintrc.json feat: Home view 2023-06-07 21:12:30 +08:00
.gitignore fix: ignore trace DB 2023-06-11 02:17:20 +08:00
index.html feat: Home view 2023-06-07 21:12:30 +08:00
package-lock.json feat: the shop can generate QRcode to receive ETH 2023-06-12 15:41:07 +08:00
package.json feat: the shop can generate QRcode to receive ETH 2023-06-12 15:41:07 +08:00
README.md feat: Home view 2023-06-07 21:12:30 +08:00
vite.config.js feat: Home view 2023-06-07 21:12:30 +08:00

Final-web

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

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

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