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

https://github.com/zhaoqize/vue-advance

🔧Vue配合Webpack实现多页面功能模版
https://github.com/zhaoqize/vue-advance

vue webpack

Last synced: 3 months ago
JSON representation

🔧Vue配合Webpack实现多页面功能模版

Awesome Lists containing this project

README

        

[![Travis](https://img.shields.io/badge/boilerplate-vue-00BCD4.svg)]()
[![GitHub license](https://img.shields.io/github/license/zhaoqize/vue-advance.svg)](https://github.com/zhaoqize/vue-advance/blob/master/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)]()
[![Travis](https://img.shields.io/badge/oschina-%E6%94%B6%E5%BD%95-orange.svg)](https://www.oschina.net/p/vue-advance)

## vue-advance
vue-advance 中的`vue2-multiple`是基于`webpack2.x`实现的多页打包功能模版。

## 使用
在使用 `vue-multiple` 模版之前必须先安装 `vue-cli`
```bash
npm install -g vue-cli
vue init zhaoqize/vue-advance my-project
```

运行模版
```bash
npm run dev
```

由于模版主要实现的是多页面打包配置,所以具体的业务写法与之前没有区别。

## 文档
[基于webpack2.x的vue2.x的多页面站点](https://github.com/zhaoqize/blog/issues/17)

## LICENSE
[MIT](https://github.com/zhaoqize/vue-advance/blob/master/LICENSE)