Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonygore/vue-js-laravel-multi-ssr
Source code for the article "Advanced Server-Side Rendering With Laravel & Vue: Multi-Page App"
https://github.com/anthonygore/vue-js-laravel-multi-ssr
laravel server-side-rendering vue vue-router vuejs
Last synced: 26 days ago
JSON representation
Source code for the article "Advanced Server-Side Rendering With Laravel & Vue: Multi-Page App"
- Host: GitHub
- URL: https://github.com/anthonygore/vue-js-laravel-multi-ssr
- Owner: anthonygore
- Created: 2017-11-23T05:42:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T01:33:47.000Z (almost 7 years ago)
- Last Synced: 2024-10-02T15:42:00.636Z (about 1 month ago)
- Topics: laravel, server-side-rendering, vue, vue-router, vuejs
- Language: PHP
- Homepage: https://vuejsdevelopers.com/2017/11/27/vue-js-laravel-server-side-rendering-router/
- Size: 107 KB
- Stars: 37
- Watchers: 8
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Example of server-side rendering a multi-page app using using Laravel, Vue.js 2.5 and Vue Router.
Requires the [php-v8js](https://github.com/phpv8/v8js) extension to be installed in your environment.
See [this article](https://vuejsdevelopers.com/2017/11/27/vue-js-laravel-server-side-rendering-router/) for more info.