Examples of programming using the vuetify3 framework based on vue3.
Each folder contains one instance.
This is a simple photo album that can be developed using vuetify3
. The menu can be used to control the album to be displayed in color or gray.
In this example, we mainly use Navigation drawers
for navigation and Grids
to display album images.
Code can be found in the gallery
folder.
This is a login example that can be developed using vuetify3
.
It contains a classic toolbar with system messages, a login button, a theme change button, a carousel, and a login form control.
Code can be found in the login
folder.
This is a to-do management example that can be developed using vuetify3
.
It mainly includes the task overview, my project, and my team. The task overview lists all tasks in a list, where you can add tasks and sort them.
Code can be found in the todo
folder.
- Install the dependent environment
It is recommended to use VS Code. After entering the gallery
or login
directory, execute the following command:
npm install
pnpm dev
For tutorial, see:🔗Veutify3 Programming Practice