# flow-web **Repository Path**: infraboard/flow-web ## Basic Information - **Project Name**: flow-web - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-08-20 - **Last Updated**: 2024-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # import git > https://username:password@git.ppgame.com/fed-frame/nuxt_starter.git # normal > Nuxt.js project normal template ## Build Setup ``` bash # 安装依赖 $ npm install # Or yarn install # 开发端口,默认4000,需要修改到package.json文件内修改config字段 $ npm run dev # 发布运行 $ npm run build $ npm start # 生成静态打包文件 $ npm run generate ```