Build a Vue.js 3 Typescript example to consume REST APIs, display and modify data using Axios and Vue Router.
- Each Tutorial has id, title, description, published status.
- We can create, retrieve, update, delete Tutorials.
- There is a Search bar for finding Tutorials by title.
For instruction, please visit:
More Practice:
Fullstack with Node.js Express:
Fullstack with Spring Boot:
Fullstack with Django:
Integration (run back-end & front-end on same server/port)
Serverless with Firebase:
npm install
npm run serve
npm run build
npm run test
npm run lint