File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Vue.js CRUD App with Vue Router & Axios
2
2
3
- For more detail, please visit:
4
- > [ Vue.js CRUD App with Vue Router & Axios] ( https://bezkoder.com/vue-js-crud-app/ )
3
+ For instruction, please visit:
4
+ > [ Vue 2 CRUD App with Vue Router & Axios] ( https://bezkoder.com/vue-js-crud-app/ )
5
+
6
+ > [ Vue 3 CRUD example with Axios and Vue Router] ( https://bezkoder.com/vue-3-crud/ )
7
+
8
+ More Practice:
9
+ > [ Vue Pagination with Axios and API example] ( https://bezkoder.com/vue-pagination-axios/ )
10
+
11
+ > [ Vue.js JWT Authentication with Vuex and Vue Router] ( https://bezkoder.com/jwt-vue-vuex-authentication/ )
12
+
13
+ > [ Vue File Upload example using Axios] ( https://bezkoder.com/vue-axios-file-upload/ )
5
14
6
15
Fullstack with Node.js Express:
7
16
> [ Vue.js + Node.js Express + MySQL] ( https://bezkoder.com/vue-js-node-js-express-mysql-crud-example/ )
@@ -18,6 +27,11 @@ Fullstack with Spring Boot:
18
27
Fullstack with Django:
19
28
> [ Vue.js + Django] ( https://bezkoder.com/django-vue-js-rest-framework/ )
20
29
30
+ Integration (run back-end & front-end on same server/port)
31
+ > [ Integrate Vue.js with Spring Boot] ( https://bezkoder.com/integrate-vue-spring-boot/ )
32
+
33
+ > [ Integrate Vue App with Node.js Express] ( https://bezkoder.com/serve-vue-app-express/ )
34
+
21
35
Serverless with Firebase:
22
36
> [ Vue Firebase Realtime Database: CRUD example] ( https://bezkoder.com/vue-firebase-realtime-database/ )
23
37
You can’t perform that action at this time.
0 commit comments