https://github.com/yvescoding/vuescroll-ssr-php
vuescroll ssr php. Use laravel , laravel-mix
https://github.com/yvescoding/vuescroll-ssr-php
Last synced: 10 months ago
JSON representation
vuescroll ssr php. Use laravel , laravel-mix
- Host: GitHub
- URL: https://github.com/yvescoding/vuescroll-ssr-php
- Owner: YvesCoding
- Created: 2018-09-01T14:41:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T14:56:05.000Z (over 7 years ago)
- Last Synced: 2025-01-30T07:12:17.542Z (about 1 year ago)
- Language: PHP
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuescroll-ssr-php
> The repo uses vue-ssr ,vuescroll under v8js , Laravel and php environment.
## Get Started.
Assume you have had v8, v8js, php in your computer.
1. Install vender
```bash
composer install
```
2. Start php server
```bash
php artisan serve
```
3. install node_modules
```bash
npm i
```
4. Generate js files,
```bash
npm run dev
```
5. visit `http://127.0.0.1:8000/`