Sin descripción

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

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.