GitXplorerGitXplorer
A

vue-cli-plugin-ssr

public
444 stars
69 forks
76 issues

Commits

List of commits on branch master.
Unverified
e9d0c4fc448e11805edde294d2cb9654c1daa3ce

fix: correct typo in ssr:serve usage string (#161)

ddsanders11 committed 5 years ago
Unverified
6de3c8e470b30d3062553e4e367614af8f2b59a2

docs: fix templatePath (#154)

ddsanders11 committed 5 years ago
Unverified
498b383d98af4bfd782f86ad0176f247d3dd099e

docs: fix typo introduced in #142 (#150)

cchriscalo committed 5 years ago
Unverified
f9d409326332f086eff282d7ad048d67e459cea2

feat: use a different html file so spa `serve` still works

committed 5 years ago
Unverified
bdaa981f987024e4fa60b0fc557b5b939116a9b0

refactor(generator): router codemod

committed 5 years ago
Unverified
cb24a40b302c1ae0618862299b17abd4aaaf6395

fix(generator): linting

committed 5 years ago

README

The README file for this repository.

@akryum/vue-cli-plugin-ssr

npm npm vue-cli3

Simple Server-Side-Rendering plugin for Vue CLI (Work-in-Progress)

Become a Patreon



Sponsors

Gold

sum.cumo logo

Silver

VueSchool logo Vue Mastery logo

Bronze


About

⭐ Features:

  • Automatic conversion of your project to SSR
  • Integrated express server
  • Vuex store
  • Async routes
  • vue-cli-plugin-apollo support
  • Custom middlewares

🚀 Roadmap:

  • Automatic conversion of vuex modules to state () {}
  • Integration with CLI UI