-
1
What are Vue lifecycle hooks, and which ones did you use?
-
2
Explain how watch works in Vue and where you used it.
-
3
If you want to change the database from SQLite to another database (e.g., MySQL/PostgreSQL), what changes would you make in the code?
-
4
What is the need for a virtual environment?