Sen descrición

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

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.