# my-bilibili **Repository Path**: yuyue_qty/my-bilibili ## Basic Information - **Project Name**: my-bilibili - **Description**: Vue3+Nuxt3+Vant4 实现SSR项目 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: http://47.103.217.34:3000/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-26 - **Last Updated**: 2024-01-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue3, nuxt3, vant3, SSR, seo技术 ## README # 电影APP ## 使用技术 Nuxt3+Vue3+Vant4 该项目主要是为了熟悉Nuxt SEO技术练手 影视资源来源于互联网,仅用于学习使用 ## 效果展示 ![Alt text](image.png) ![Alt text](1703929996995.png) ![Alt text](1704040811747.png) Make sure to install the dependencies: ```bash # npm npm install # pnpm pnpm install # yarn yarn install # bun bun install ``` ## Development Server Start the development server on `http://localhost:3000`: ```bash # npm npm run dev # pnpm pnpm run dev # yarn yarn dev # bun bun run dev ``` ## Production Build the application for production: ```bash # npm npm run build # pnpm pnpm run build # yarn yarn build # bun bun run build ``` Locally preview production build: ```bash # npm npm run preview # pnpm pnpm run preview # yarn yarn preview # bun bun run preview ```