# test-nuxt **Repository Path**: zhongkuan/test-nuxt ## Basic Information - **Project Name**: test-nuxt - **Description**: test nuxt (vue 服务端的框架) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # test-nuxt #### 项目介绍 test nuxt (vue 服务端的框架) #### 安装\使用说明 ``` bash # install dependencies $ npm install # Or yarn install # serve with hot reload at localhost:3000 $ npm run dev # build for production and launch server $ npm run build $ npm start > (pm2部署) & pm2 start npm --name nuxt -- start # generate static project $ npm run generate ```