# nuxt3-dvtop-web **Repository Path**: eoctdm/nuxt3-dvtop-web ## Basic Information - **Project Name**: nuxt3-dvtop-web - **Description**: 网站开源项目统一入口 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: main - **Homepage**: https://www.dvtop.cn - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-11-22 - **Last Updated**: 2022-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nuxt3-dvtop-web 网站开源项目统一入口 Look at the [DVTOP website](https://www.dvtop.cn/) to browse more. ## Setup Make sure to install the dependencies: ```bash # yarn yarn install # npm npm install # pnpm pnpm install --shamefully-hoist ``` ## Development Server Start the development server on http://localhost:3000 ```bash npm run dev ``` ## Production Build the application for production: ```bash npm run build ``` Locally preview production build: ```bash npm run preview ```