教师端新版

林旭祥 a9737284f7 日常开发 11 月之前
.vscode 975dfd0d7d 日常开发 1 年之前
public 5c75e82f05 日常开发 11 月之前
src a9737284f7 日常开发 11 月之前
vite 975dfd0d7d 日常开发 1 年之前
.editorconfig 975dfd0d7d 日常开发 1 年之前
.env.development 975dfd0d7d 日常开发 1 年之前
.env.production 975dfd0d7d 日常开发 1 年之前
.eslintignore 975dfd0d7d 日常开发 1 年之前
.eslintrc-auto-import.json 975dfd0d7d 日常开发 1 年之前
.eslintrc.js 975dfd0d7d 日常开发 1 年之前
.gitignore 975dfd0d7d 日常开发 1 年之前
.prettierignore 975dfd0d7d 日常开发 1 年之前
.prettierrc.cjs 975dfd0d7d 日常开发 1 年之前
README.md 975dfd0d7d 日常开发 1 年之前
commitlint.config.js 975dfd0d7d 日常开发 1 年之前
index.html 975dfd0d7d 日常开发 1 年之前
package-lock.json 82cf81c8fd 日常开发 11 月之前
package.json 82cf81c8fd 日常开发 11 月之前
tsconfig.json 975dfd0d7d 日常开发 1 年之前
vite.config.ts 975dfd0d7d 日常开发 1 年之前

README.md

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended Setup

  • VS Code + Vue - Official (previously Volar) and disable Vetur

  • Use vue-tsc for performing the same type checking from the command line, or for generating d.ts files for SFCs.