Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 566 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 566 Bytes

many-cli

多页webpack脚手架

功能点

  1. 配置jquery至全局插件.
  2. 可以使用sass.
  3. 可以添加静态资源src/pages/static/

开始

node version >= 6

  1. clone项目到本地
https://github.com/guokangf/many-cli.git
  1. 进入项目cd many-cli
  2. 安装依赖npm i
  3. 打开开发环境npm run dev
  4. 新建页面, 要在src/pages/中创建html文件, src/js/目录下创建与html文件相同名称的js, 执行npm run output, 生成多入口.

生产

npm run build, 根目录下生成dist文件夹.