An open API service indexing awesome lists of open source software.

https://github.com/winjs-dev/jquery-template

基于webpack搭建 纯静态多页面型 前端工程方案
https://github.com/winjs-dev/jquery-template

bootstrap jquery webpack

Last synced: 2 months ago
JSON representation

基于webpack搭建 纯静态多页面型 前端工程方案

Awesome Lists containing this project

README

          

# jQuery-template
基于webpack搭建 **纯静态多页面型** 前端工程方案

## Intro

为了使开发快速高效,使用了以下技术:
### 前端技术栈
* js库:[jQuery](http://jquery.com/)
* UI框架:[Bootstrap](http://getbootstrap.com/)
* 模板语义库:[Handlebarsjs](http://handlebarsjs.com/)
* CSS 预处理语言:[LESS](http://www.lesscss.net)

## Usage

This is a project template for [cloud-cli](https://github.com/cklwblove/cloud-cli). **It is recommended to use npm 3+ for a more efficient dependency tree.**

``` bash
$ npm install -g cloud-cli
$ cloud init jQuery-template my-project
$ or
$ vue init jQuery-template my-project
$ cd my-project
$ npm install
$ npm run dll
$ npm run dev
$ npm run build
```