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

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