Sin descripción

haihaina 392e9f4ef3 fix: 惠融官网爱番番变更 hace 1 año
assets 195db5cd38 fix:图片cdn加速 hace 2 años
composables 7c130a3878 fix:内容页显示头部底部 hace 2 años
pages bd40e13a00 fix:备案地址更改 hace 1 año
public 392e9f4ef3 fix: 惠融官网爱番番变更 hace 1 año
server c36b3fcba5 feat:pc调整 hace 2 años
utils 2f5bc49916 feat:官网开发 hace 2 años
.gitignore dc7a67df4c fix:新增dist hace 2 años
.npmrc c2943d21e3 feat:初始化配置 hace 2 años
Dockerfile c313fcc4ee docker hace 2 años
README.md c2943d21e3 feat:初始化配置 hace 2 años
app.vue b37791dfce feat:移动端样式修改,爱番番接入 hace 2 años
dist dc7a67df4c fix:新增dist hace 2 años
docker-app-compose.yml 720ddf37bf docker hace 2 años
nginx.conf c313fcc4ee docker hace 2 años
nuxt.config.ts 8c4162e2cc fix:测试修改 hace 2 años
package-lock.json d39615c37a fix:首屏优化 hace 2 años
package.json aeb0ae82cb Merge remote-tracking branch 'origin/master' hace 2 años
tsconfig.json c2943d21e3 feat:初始化配置 hace 2 años
yarn.lock d39615c37a fix:首屏优化 hace 2 años

README.md

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.