VAVA BUY 官网

yankun c19c39b1a7 完成官网首版开发 1 viikko sitten
.vscode 2f5a4a3f28 提交 1 viikko sitten
public 2f5a4a3f28 提交 1 viikko sitten
src c19c39b1a7 完成官网首版开发 1 viikko sitten
.editorconfig 2f5a4a3f28 提交 1 viikko sitten
.env.development 2f5a4a3f28 提交 1 viikko sitten
.env.production 2f5a4a3f28 提交 1 viikko sitten
.gitattributes 2f5a4a3f28 提交 1 viikko sitten
.gitignore 2f5a4a3f28 提交 1 viikko sitten
.prettierrc.json 2f5a4a3f28 提交 1 viikko sitten
README.md 2f5a4a3f28 提交 1 viikko sitten
env.d.ts 2f5a4a3f28 提交 1 viikko sitten
eslint.config.ts 2f5a4a3f28 提交 1 viikko sitten
index.html 2f5a4a3f28 提交 1 viikko sitten
package-lock.json 87094123c0 Submit 1 viikko sitten
package.json 87094123c0 Submit 1 viikko sitten
tsconfig.app.json 2f5a4a3f28 提交 1 viikko sitten
tsconfig.json 2f5a4a3f28 提交 1 viikko sitten
tsconfig.node.json 2f5a4a3f28 提交 1 viikko sitten
vava_buy_official.zip 87094123c0 Submit 1 viikko sitten
vite.config.ts 2f5a4a3f28 提交 1 viikko sitten

README.md

vava_buy_official

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

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

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 Volar to make the TypeScript language service aware of .vue types.

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