Aucune description

chenpeng b1426cc3a2 fix: bug修复阶段v1.3 il y a 5 heures
.vscode 87268888d3 docs: init初始化项目 il y a 1 mois
api 792e59e39d fix: bug修复阶段v1.1 il y a 7 heures
app 87268888d3 docs: init初始化项目 il y a 1 mois
assets 792e59e39d fix: bug修复阶段v1.1 il y a 7 heures
components b1426cc3a2 fix: bug修复阶段v1.3 il y a 5 heures
composables a75603ff4d fix: bug修复阶段v1.0 il y a 1 jour
enums cb51b3bd8f fix: bug修复阶段v1.2 il y a 5 heures
i18n 87268888d3 docs: init初始化项目 il y a 1 mois
layouts 5b8d7306d1 feat: 品类目录册集合UI il y a 4 semaines
middleware 87268888d3 docs: init初始化项目 il y a 1 mois
pages b1426cc3a2 fix: bug修复阶段v1.3 il y a 5 heures
plugins 868fc43a73 feat: 首页功能+UI完成 il y a 1 mois
public 792e59e39d fix: bug修复阶段v1.1 il y a 7 heures
server 87268888d3 docs: init初始化项目 il y a 1 mois
stores cb51b3bd8f fix: bug修复阶段v1.2 il y a 5 heures
utils 9c1db872b1 feat: 下载目录册模块,逻辑已完成部分v1.1 il y a 2 semaines
.gitignore 87268888d3 docs: init初始化项目 il y a 1 mois
.npmrc 87268888d3 docs: init初始化项目 il y a 1 mois
LICENSE 87268888d3 docs: init初始化项目 il y a 1 mois
README.md 87268888d3 docs: init初始化项目 il y a 1 mois
app.vue 5ec142f8e6 feat: 下载的模块中的登陆模块已完成 il y a 3 semaines
error.vue 87268888d3 docs: init初始化项目 il y a 1 mois
eslint.config.js 87268888d3 docs: init初始化项目 il y a 1 mois
i18n.config.ts 87268888d3 docs: init初始化项目 il y a 1 mois
nuxt.config.ts f5b8a6a5ea fix: 修复测试验证v1.8 il y a 1 jour
package.json 868fc43a73 feat: 首页功能+UI完成 il y a 1 mois
pnpm-lock.yaml 868fc43a73 feat: 首页功能+UI完成 il y a 1 mois
pnpm-workspace.yaml 87268888d3 docs: init初始化项目 il y a 1 mois
tsconfig.json 87268888d3 docs: init初始化项目 il y a 1 mois
types.ts 87268888d3 docs: init初始化项目 il y a 1 mois
unocss.config.ts 35d11c7ee7 feat: 首页功能添加部分 il y a 1 mois
vercel.json 87268888d3 docs: init初始化项目 il y a 1 mois

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