Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages. 
Project Structure
The src folder
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.jsbash
src/
  components/
    Home.vue
  types/
  app.css
  main.tsbash
...- Previous
 - App_Resources/
 - Next
 - fonts/
 

