Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/menciuskael/webpack.config

基于vue-cli的webpack配置详解、及升级webpack4实践指南
https://github.com/menciuskael/webpack.config

config vue vue-cli webpack3

Last synced: about 5 hours ago
JSON representation

基于vue-cli的webpack配置详解、及升级webpack4实践指南

Awesome Lists containing this project

README

        

## webpack配置详解
> 部分查看

[build/build.js](https://github.com/menciusKael/webpack.config/blob/master/build/build.js)、[webpack.base.conf.js](https://github.com/menciusKael/webpack.config/blob/master/build/webpack.base.conf.js)、[webpack.dev.conf.js](https://github.com/menciusKael/webpack.config/blob/master/build/webpack.dev.conf.js)、[webpack.prod.conf.js](https://github.com/menciusKael/webpack.config/blob/master/build/webpack.prod.conf.js)、[config/index.js](https://github.com/menciusKael/webpack.config/blob/master/config/index.js)、[package.json](https://github.com/menciusKael/webpack.config/blob/master/package.json)

##### 版本 : webpack3.6.0

##### 升级指南 : [UPDATAE.md](https://github.com/menciusKael/webpack.config/blob/master/UPDATE.md)

##### 使用
> 下载

```
git clone
```

> 生成
```
cnpm i -g vue-cli
vue init webpack project
cd project
cnpm i
npm start
```