# nuxt-demo **Repository Path**: isni_admin/nuxt-demo ## Basic Information - **Project Name**: nuxt-demo - **Description**: nuxt练习项目 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-18 - **Last Updated**: 2021-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nuxt-demo ## Build Setup ```bash # install dependencies $ yarn install # serve with hot reload at localhost:3000 $ yarn dev # build for production and launch server $ yarn build $ yarn start # generate static project $ yarn generate ``` ## 项目演示地址 http://117.50.61.98:3000/ ## 部署过程中的问题 1. 使用pm2进行进程守护时的命令为:pm2 start npm --name "nuxt-demo" -- run start,其中,需要注意的是,需cd到项目目录中执行该命令,且命令中的“nuxt-demo”为项目package.json中的name值 For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).