This template should help get you started developing with Vue 3 in Vite.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
You need to run the project to see the specific instructions: npm run dev
- Exercise 1: Interpolation and v-text directive
- Exercise 2: v-if directive
- Exercise 3: v-show directive
- Exercise 4: v-for directive
- Exercise 5: v-model directive
- Exercise 6: v-on directive
We will create a TO-DO application to add tasks that we should attend. We can do it in this file, after the description of the exercise.
- Exercise 1: Passing props between components: values
- Exercise 2: Passing props between components: objects
- Exercise 1: Defining events handlers
In this exercise, we will request to a REST API to retrieve some information and print in our template.