朱永杰 7cba3e7050 初始化项目 1 年之前
..
.github 7cba3e7050 初始化项目 1 年之前
.husky 7cba3e7050 初始化项目 1 年之前
.vscode 7cba3e7050 初始化项目 1 年之前
public 7cba3e7050 初始化项目 1 年之前
src 7cba3e7050 初始化项目 1 年之前
tests 7cba3e7050 初始化项目 1 年之前
types 7cba3e7050 初始化项目 1 年之前
.editorconfig 7cba3e7050 初始化项目 1 年之前
.env 7cba3e7050 初始化项目 1 年之前
.env.development 7cba3e7050 初始化项目 1 年之前
.env.production 7cba3e7050 初始化项目 1 年之前
.env.staging 7cba3e7050 初始化项目 1 年之前
.eslintignore 7cba3e7050 初始化项目 1 年之前
.eslintrc.cjs 7cba3e7050 初始化项目 1 年之前
.gitignore 7cba3e7050 初始化项目 1 年之前
.npmrc 7cba3e7050 初始化项目 1 年之前
.prettierignore 7cba3e7050 初始化项目 1 年之前
LICENSE 7cba3e7050 初始化项目 1 年之前
README.md 7cba3e7050 初始化项目 1 年之前
README.zh-CN.md 7cba3e7050 初始化项目 1 年之前
index.html 7cba3e7050 初始化项目 1 年之前
package.json 7cba3e7050 初始化项目 1 年之前
pnpm-lock.yaml 7cba3e7050 初始化项目 1 年之前
prettier.config.js 7cba3e7050 初始化项目 1 年之前
tsconfig.json 7cba3e7050 初始化项目 1 年之前
unocss.config.ts 7cba3e7050 初始化项目 1 年之前
vite.config.ts 7cba3e7050 初始化项目 1 年之前

README.md

configure

  1. installation of the recommended plugins in the .vscode directory
  2. node version 18.x or 20+
  3. pnpm version 8.x or latest

install dependencies

pnpm i

start the service

pnpm dev