Açıklama Yok

chenpeng 868fc43a73 feat: 首页功能+UI完成 1 ay önce
.vscode 87268888d3 docs: init初始化项目 1 ay önce
api 87268888d3 docs: init初始化项目 1 ay önce
app 87268888d3 docs: init初始化项目 1 ay önce
assets 868fc43a73 feat: 首页功能+UI完成 1 ay önce
components 868fc43a73 feat: 首页功能+UI完成 1 ay önce
composables 7a4d2e0bb4 refactor: 整理代码,清除无用代码 1 ay önce
enums 87268888d3 docs: init初始化项目 1 ay önce
i18n 87268888d3 docs: init初始化项目 1 ay önce
layouts 35d11c7ee7 feat: 首页功能添加部分 1 ay önce
middleware 87268888d3 docs: init初始化项目 1 ay önce
pages 868fc43a73 feat: 首页功能+UI完成 1 ay önce
plugins 868fc43a73 feat: 首页功能+UI完成 1 ay önce
public 87268888d3 docs: init初始化项目 1 ay önce
server 87268888d3 docs: init初始化项目 1 ay önce
stores 35d11c7ee7 feat: 首页功能添加部分 1 ay önce
utils 7eee29d733 refactor: 整理代码,清除无用代码v1.1 1 ay önce
.gitignore 87268888d3 docs: init初始化项目 1 ay önce
.npmrc 87268888d3 docs: init初始化项目 1 ay önce
LICENSE 87268888d3 docs: init初始化项目 1 ay önce
README.md 87268888d3 docs: init初始化项目 1 ay önce
app.vue 35d11c7ee7 feat: 首页功能添加部分 1 ay önce
error.vue 87268888d3 docs: init初始化项目 1 ay önce
eslint.config.js 87268888d3 docs: init初始化项目 1 ay önce
i18n.config.ts 87268888d3 docs: init初始化项目 1 ay önce
nuxt.config.ts 50afb89c74 refactor: 整理不同尺寸屏幕适配断点 1 ay önce
package.json 868fc43a73 feat: 首页功能+UI完成 1 ay önce
pnpm-lock.yaml 868fc43a73 feat: 首页功能+UI完成 1 ay önce
pnpm-workspace.yaml 87268888d3 docs: init初始化项目 1 ay önce
tsconfig.json 87268888d3 docs: init初始化项目 1 ay önce
types.ts 87268888d3 docs: init初始化项目 1 ay önce
unocss.config.ts 35d11c7ee7 feat: 首页功能添加部分 1 ay önce
vercel.json 87268888d3 docs: init初始化项目 1 ay önce

README.md

Setup

# Enable pnpm
$ corepack enable

# Install dependencies
$ pnpm install

# Start dev server with hot reload at localhost:3000
$ pnpm dev

# build
$ pnpm build

# preview
$ node .output/server/index.mjs