hypeJunction / vue-oldschool

Demo using vue in PHP app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Vue 47.6%Language:PHP 20.1%Language:JavaScript 16.9%Language:HTML 15.4%