Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dengwb1991/vue-prerender
Prerendering
https://github.com/dengwb1991/vue-prerender
Last synced: about 21 hours ago
JSON representation
Prerendering
- Host: GitHub
- URL: https://github.com/dengwb1991/vue-prerender
- Owner: dengwb1991
- Created: 2018-08-19T09:55:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T03:19:16.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T20:57:57.543Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.93 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-prerender
> A Prerendering Vue.js project
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run buildcd dist/
serve
# build for production and view the bundle analyzer report
npm run build --report
```