A Complete Single Page Application (SPA) or Product CRUD Application using Vue 3, Vue Router, Vue-Pagination, Searching, Sweet Alert, Vuex and all....
Let's check the whole demo of the application of Vue-3 Complete CRUD with Vuex:
- Vue JS Page Setup
- Vue Router Setup
- Vue-Bootstrap Setup
- Vuex Setup for Central Storage Management
- Page Design
- Product List Page Design
- Product Create/Edit Page Design
- Product View Page Design
- Product Delete Modal
- Product List
- Product List API Integration
- Product Pagination
- Product Searching
- Product Create
- Form Validation throw
Vue-validate
- Form Validation throw
- Product Edit
- Product Details Loading and Edit
- Product Delete
- Sweet Alert or other alert system
git clone https://github.com/ManiruzzamanAkash/Vue-3-Advance-CRUD.git
cd Vue-3-Advance-CRUD
Copy .env.example
to .env
and run
npm install
https://github.com/ManiruzzamanAkash/Laravel-Basic-CRUD-API
Note: It could be your api if you want. Just follow the process. It's super simple by using Laravel with PHP
npm run serve
npm run build
npm run lint