# ballon **Repository Path**: RobberTeam/ballon ## Basic Information - **Project Name**: ballon - **Description**: 前端后台bootstrap项目 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-11-22 - **Last Updated**: 2026-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #ballon ## 说明 ###使用gulp构建项目 1、安装nodejs 2、安装gulp ###bower管理依赖 3、安装bower ###编译项目 npm install //在build目录中执行bower install,后续不会清理产生的public目录 cd {ballon_home}/build && bower install cd {ballon_home}/build/public/sparkline && make ###nginx配置 nginx代理指向build目录 location /ballon { alias /Users/leif/Project/html/ballon/build; index index.html; } ###其他 1、弹出框 sweetalert 2、加载等待fakeLoader