8.7 released—WinterCG Compliance Part 1
Learn more

Most of the application logic lives in the src folder (sometimes named app). The general structure can vary and will depend on the flavor you are using.

Typical Folder Structure

bash
src/
  components/
    Home.vue
  app.css
  main.js
bash
src/
  components/
    Home.vue
  types/
  app.css
  main.ts
bash
...
Next
fonts/