Skip to content

LewisWH/SPA-Laravel-Vue-CRUD

Repository files navigation

SPA-Laravel-Vue-CRUD

Todo list SPA in Laravel/Vue using CRUD operations w/ an SQLite database.

Getting Started

  • Ensure Laravel & MySQL are installed and up to date

  • Clone this repository to the desired directory

  • Enter the directory

cd directorypath
  • Install the required node modules
npm install
  • Install vue, vue-router and vue-axios
npm install vue vue-router vue-axios --save

Executing the Application

  • Compile Vue components
npm run dev
  • Run development server
sudo php artisan serve

Screenshots

Home (List tasks)

Add

Amend

Delete