风尚ssr

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

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