Why vue use 'views' but nuxt use 'pages' #9635
s3xysteak
started this conversation in
General Discussions
Replies: 1 comment
-
I don't think think there's a deeper meaning behind it except that "views just matches |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When creating a Vue project using
pnpm create vue
, a folder named 'views' is generated. However, in Nuxt projects created with the nuxi, a similar folder is named 'pages'. Are there any reasons behind this distinction, and are there specific purposes or conventions associated with each folder name?Beta Was this translation helpful? Give feedback.
All reactions