Todo list SPA in Laravel/Vue using CRUD operations w/ an SQLite database.
-
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
- Compile Vue components
npm run dev
- Run development server
sudo php artisan serve
Home (List tasks)
Add
Amend
Delete