Skip to content

前端开发模板,自动化任务管理。html5 development template, auto task manager

License

Notifications You must be signed in to change notification settings

bigertech/front-end-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bower version NPM version Build Status devDependency Status

Quick start

Three quick start options are available:

What's included

Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:

Front-End-Template/
├── less/
├── js/
├── img/
├── fonts/
└── dist/
    ├── css/
    ├── js/
    ├── images/
    └── fonts/
├── bower.json
├── package.json  
└── gulpfile.js

Compiling CSS and JavaScript

Bigertech uses Gulp for its build system, with convenient methods for working with the framework. It's how we compile our code, run tests, and more.

install dependences

bower install
npm install

install Gulp

npm install -g gulp

Run gulp

gulp          // 完成 Less 编译,css、js、图像压缩合并与检验
gulp clean    // 清理开发时不需要的文件
gulp less     // 将 Less 转换成 CSS,以及压缩 CSS
gulp scripts  // 验证、合并、压缩 js 文件
gulp images   // 压缩图片
gulp watch    // 默认监测所有前端开发文件的变化

About

前端开发模板,自动化任务管理。html5 development template, auto task manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published