fatfox 重构
Go to file
expdsn 4dc8cc349a 解决白边 2024-11-15 16:26:52 +08:00
public 设置-缺少重置功能 2024-11-15 14:42:11 +08:00
src 解决白边 2024-11-15 16:26:52 +08:00
.eslintrc.cjs init 2024-09-09 17:53:07 +08:00
.gitignore init 2024-09-09 17:53:07 +08:00
.prettierrc.json init 2024-09-09 17:53:07 +08:00
README.md init 2024-09-09 17:53:07 +08:00
env.d.ts init 2024-09-09 17:53:07 +08:00
index.html 右键完善 2024-11-11 11:53:26 +08:00
package.json 完成游戏折扣的搜索 2024-11-08 18:26:57 +08:00
postcss.config.js init 2024-09-09 17:53:07 +08:00
tailwind.config.cjs 完成了笔计本的开发 2024-11-07 18:48:45 +08:00
tsconfig.app.json 新增了自定义上传裁剪 2024-09-27 16:35:30 +08:00
tsconfig.json svae 2024-09-29 15:17:52 +08:00
tsconfig.node.json init 2024-09-09 17:53:07 +08:00
vite.config.ts 完成番茄工作法 2024-11-05 15:40:58 +08:00

README.md

xyyd-fatfox

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

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

yarn

Compile and Hot-Reload for Development

yarn dev

Type-Check, Compile and Minify for Production

yarn build

Lint with ESLint

yarn lint