https://github.com/xiaoping6688/jquery-bootstrap-project
基于gulp构建的 jQuery+Bootstrap PC端WEB项目
https://github.com/xiaoping6688/jquery-bootstrap-project
bootstrap gulp jquery jquery-bootstrap
Last synced: 4 months ago
JSON representation
基于gulp构建的 jQuery+Bootstrap PC端WEB项目
- Host: GitHub
- URL: https://github.com/xiaoping6688/jquery-bootstrap-project
- Owner: xiaoping6688
- Created: 2017-07-24T08:50:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T03:26:50.000Z (over 8 years ago)
- Last Synced: 2025-07-10T10:10:30.501Z (5 months ago)
- Topics: bootstrap, gulp, jquery, jquery-bootstrap
- Language: JavaScript
- Homepage:
- Size: 1.28 MB
- Stars: 14
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jquery-bootstrap-project
>基于gulp构建的 jQuery+Bootstrap PC端WEB项目
### 实现功能
- 环境输出(根据当前环境生产配置)
- 本地开发服务器(自动重载、代理转发)
- 同步浏览器(根据文件变动自动刷新浏览器)
- 文件合并、压缩、版本号、预编译等(js、css、image、scss等)
- 自动远程部署(目前仅用于测试服务器的单机部署,未来可考虑cdn网络部署等)
### Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm start
# build for production with minification
npm run build:test/simu/prod (测试/仿真/生产)
# deploy the dist files to remote host
npm run deploy
```
