Không có mô tả

wuyi 3cbd766f5c 多语言处理 1 tháng trước cách đây
public bdaa44eba0 Initial commit: Vue 3 + TypeScript + TailwindCSS project setup 2 tháng trước cách đây
src 3cbd766f5c 多语言处理 1 tháng trước cách đây
.editorconfig bdaa44eba0 Initial commit: Vue 3 + TypeScript + TailwindCSS project setup 2 tháng trước cách đây
.env 28624ca19b 下载链接获取更新 2 tháng trước cách đây
.env.production 28624ca19b 下载链接获取更新 2 tháng trước cách đây
.gitattributes bdaa44eba0 Initial commit: Vue 3 + TypeScript + TailwindCSS project setup 2 tháng trước cách đây
.gitignore bdaa44eba0 Initial commit: Vue 3 + TypeScript + TailwindCSS project setup 2 tháng trước cách đây
.prettierrc.json bdaa44eba0 Initial commit: Vue 3 + TypeScript + TailwindCSS project setup 2 tháng trước cách đây
AGENTS.md bdaa44eba0 Initial commit: Vue 3 + TypeScript + TailwindCSS project setup 2 tháng trước cách đây
README.md bdaa44eba0 Initial commit: Vue 3 + TypeScript + TailwindCSS project setup 2 tháng trước cách đây
deploy.sh 9f49bc0dd0 deploy 2 tháng trước cách đây
env.d.ts 28624ca19b 下载链接获取更新 2 tháng trước cách đây
eslint.config.ts cc19272952 init 2 tháng trước cách đây
index.html 28624ca19b 下载链接获取更新 2 tháng trước cách đây
package-lock.json abe0e06b7d . 2 tháng trước cách đây
package.json 3cbd766f5c 多语言处理 1 tháng trước cách đây
postcss.config.js bdaa44eba0 Initial commit: Vue 3 + TypeScript + TailwindCSS project setup 2 tháng trước cách đây
tailwind.config.js abe0e06b7d . 2 tháng trước cách đây
tsconfig.app.json cc19272952 init 2 tháng trước cách đây
tsconfig.json bdaa44eba0 Initial commit: Vue 3 + TypeScript + TailwindCSS project setup 2 tháng trước cách đây
tsconfig.node.json bdaa44eba0 Initial commit: Vue 3 + TypeScript + TailwindCSS project setup 2 tháng trước cách đây
tsconfig.vitest.json bdaa44eba0 Initial commit: Vue 3 + TypeScript + TailwindCSS project setup 2 tháng trước cách đây
vite.config.ts bdaa44eba0 Initial commit: Vue 3 + TypeScript + TailwindCSS project setup 2 tháng trước cách đây
vitest.config.ts bdaa44eba0 Initial commit: Vue 3 + TypeScript + TailwindCSS project setup 2 tháng trước cách đây
yarn.lock 3cbd766f5c 多语言处理 1 tháng trước cách đây

README.md

fusion-vue-tailwind-starter

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

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint