Skip to content

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

License

Notifications You must be signed in to change notification settings

cloud-templates/jQuery-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery-template

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

Intro

为了使开发快速高效,使用了以下技术:

前端技术栈

Usage

This is a project template for cloud-cli. It is recommended to use npm 3+ for a more efficient dependency tree.

$ 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