Açıklama Yok

chenpeng 87268888d3 docs: init初始化项目 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 87268888d3 docs: init初始化项目 1 ay önce
components 87268888d3 docs: init初始化项目 1 ay önce
composables 87268888d3 docs: init初始化项目 1 ay önce
enums 87268888d3 docs: init初始化项目 1 ay önce
i18n 87268888d3 docs: init初始化项目 1 ay önce
layouts 87268888d3 docs: init初始化项目 1 ay önce
middleware 87268888d3 docs: init初始化项目 1 ay önce
pages 87268888d3 docs: init初始化项目 1 ay önce
public 87268888d3 docs: init初始化项目 1 ay önce
server 87268888d3 docs: init初始化项目 1 ay önce
stores 87268888d3 docs: init初始化项目 1 ay önce
utils 87268888d3 docs: init初始化项目 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 87268888d3 docs: init初始化项目 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 87268888d3 docs: init初始化项目 1 ay önce
package.json 87268888d3 docs: init初始化项目 1 ay önce
pnpm-lock.yaml 87268888d3 docs: init初始化项目 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 87268888d3 docs: init初始化项目 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