# fineBIFrontEnd **Repository Path**: guojingwei459/fine-bifront-end ## Basic Information - **Project Name**: fineBIFrontEnd - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-04-08 - **Last Updated**: 2022-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fineBIFrontEnd ## 安装步骤 ```markdown git clone https://gitee.com/guojingwei459/fine-bifront-end.git // 把模板下载到本地 cd xx // 进入模板目录 npm install // 安装项目依赖,等待安装完成之后,安装失败可用 cnpm 或 yarn // 开启服务器,浏览器访问 http://localhost:8080 npm run serve // 执行构建命令,生成的dist文件夹放在服务器下即可访问 npm run build ```