Sin descripción

shenchunlv b37791dfce feat:移动端样式修改,爱番番接入 hace 2 años
assets b22d8dbc83 fix:移动端静止左右滑动 hace 2 años
pages b37791dfce feat:移动端样式修改,爱番番接入 hace 2 años
public b37791dfce feat:移动端样式修改,爱番番接入 hace 2 años
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 b37791dfce feat:移动端样式修改,爱番番接入 hace 2 años
package-lock.json b6ee1c4b3c fix:pc修改 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 d51bc730ae 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.