vue-cli-plugin-vue-website

Simple and full featured static site generator for Vue

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
vue-cli-plugin-vue-website
0.0.45 years ago5 years agoMinified + gzip package size for vue-cli-plugin-vue-website in KB

Readme

The latest version is made as a Vue-cli 3 plugin and is STILL A WORK IN PROGRESS. Do not hesistate to follow the project on Github in order to be informed of the changes.
Vue-website
The goal of Vue website is to prerender your VueJS site or app in the simplest way

Why vue-website?

Nuxt

Vue website aim at generating static endpoints like the nuxt generate command. But unlike it, it comes as a simple VueJS plugin with no specific project architecture. Just code your SPA, install the plugin, add specific inforations in your vue-router config and you're done.

Vue-press

Unlike vue-press, this tool is not documentation and markdown oriented. Its purpose is only to make SEO-friendly your site or app generally based on aync API calls

How to use

Right now : just install this plugin on your VueJS project helped by vue-cli 3 by the UI or like the following :
vue add vue-cli-plugin-vue-website
Only your root page is prerendered right now ;)