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
- Host: GitHub
- URL: https://github.com/alex2wong/mpa-template
- Owner: alex2wong
- Created: 2019-01-26T03:17:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T11:33:06.000Z (over 3 years ago)
- Last Synced: 2025-02-10T03:16:06.570Z (over 1 year ago)
- Topics: lazy-loading, multi-page-application, vuejs, webpack
- Language: JavaScript
- Size: 987 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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