Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jieyaoimg/webpack-multipage-frame

webpack-multiPage-frame是一个webpack传统多页框架,基于webpack3
https://github.com/jieyaoimg/webpack-multipage-frame

webpack webpack-config webpack-configuration webpack2 webpack3

Last synced: about 13 hours ago
JSON representation

webpack-multiPage-frame是一个webpack传统多页框架,基于webpack3

Awesome Lists containing this project

README

        

# 项目介绍

> webpack-MultiPage-frame是一个webpack传统多页框架,基于webpack3

## 使用说明

``` bash
# 安装依赖
npm install

# 启动开发环境
npm run dev

# 打包
npm run build
```