Skip to content

hypeJunction/vue-oldschool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Old School Web App Demo

This is a working demo to illustrate my article Adding Vue components to old school web apps

Install

# Clone the repo
git clone https://github.com/hypejunction/vue-oldschool

# Navigate to the clone
cd vue-oldschool

# Install dependencies
composer install
npm install

# Optionally (re)build the front end
npm run prod

# Run PHP server, go to your browser at localhost:8000
cd public 
php -S localhost:8000

About

Demo using vue in PHP app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published