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.js
bash
src/
components/
Home.vue
types/
app.css
main.ts
bash
...
- Previous
- App_Resources/
- Next
- fonts/