# doapis-nuxt **Repository Path**: doapis/doapis-nuxt ## Basic Information - **Project Name**: doapis-nuxt - **Description**: Doapis前端主页采用Nuxt开发。 - **Primary Language**: NodeJS - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: https://www.doapis.com/list - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 6 - **Created**: 2021-02-22 - **Last Updated**: 2023-08-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nuxt #### 介绍 Doapis前端主页采用Nuxt开发。
演示地址:http://www.doapis.com #### 安装教程 ```bash $ npm/cnpm i $ npm i --registry=https://registry.npm.taobao.org $ npm run dev $ open http://localhost:3000/ ``` # 部署 ```bash $ npm run build $ npm run start ``` # 静态部署 ```bash $ npm run generate ``` # Nuxt pm2 启动 ```bash # pm2 start --name 'doapis-nuxt' npm -- run start ```