Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 533 Bytes

readme.md

File metadata and controls

25 lines (17 loc) · 533 Bytes

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