Preview 2.0 is now in Public Beta!
Read the Announcement
Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.

Most of the application logic lives in the src folder (sometimes named app). The general structure can vary, and will depended on the falvor 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/