Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alex2wong/mpa-template

multi-page and lazy-load webpack template
https://github.com/alex2wong/mpa-template

lazy-loading multi-page-application vuejs webpack

Last synced: about 1 month ago
JSON representation

multi-page and lazy-load webpack template

Awesome Lists containing this project

README

        

# mpa-template
multi-page and lazy-load webpack template

promote first screen performance by [code split](https://webpack.js.org/concepts/output/#multiple-entry-points).

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report