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搭建 纯静态多页面型 前端工程方案
- Host: GitHub
- URL: https://github.com/winjs-dev/jquery-template
- Owner: winjs-dev
- License: mit
- Created: 2017-08-17T08:20:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T08:08:33.000Z (about 6 years ago)
- Last Synced: 2024-09-04T15:18:45.196Z (over 1 year ago)
- Topics: bootstrap, jquery, webpack
- Language: JavaScript
- Homepage:
- Size: 337 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```