Skip to content

overview

Directory/FIlesคำอธิบายการใช้งาน
.nuxtโปรเจค Nuxt ที่ถูกสร้างขึ้นจากการทำซ้ำ
.outputของที่ build จะอยู่ที่นี่
assetsเก็บ image, video, font, ....
componentsเก็บ vue components สำหรับการแสดงผล
composables
contentเก็บ content
layoutsโครงสร้าง
middleware
modulesnuxt modules ต่างๆ
node_modulesเก็บ node_modules
pagesไดเรกทอรีสำหรับหน้าเว็บในโปรเจค
pluginsไดเรกทอรีสำหรับปลั๊กอินที่ใช้ในโปรเจค
publicไดเรกทอรีสำหรับไฟล์สาธารณะในโปรเจค
serverไดเรกทอรีสำหรับไฟล์เซิร์ฟเวอร์ในโปรเจค
utilsไดเรกทอรีสำหรับโค้ดที่ใช้ซ้ำในโปรเจค
.gitignoreซ่อนไฟล์จาก git
.nuxtignore
app.vueหน้าแรกของ nuxt app ก็คือ app.vue
app.config.tsตั้งค่า nuxt app
error.vueจัดการ error
nuxt.config.tsNuxt TypeScript
package.jsonnodejs config
tsconfig.jsonไฟล์ที่ใช้กำหนดค่า TypeScript

.nuxt

.output

assets

components

composables

content

layouts

middleware

modules

node_modules

pages

plugins

public

server

utils

.env

.gitignore

.nuxtignore

app.vue

app.config.ts

error.vue

nuxt.config.ts

package.json

tsconfig.json

Released under the MIT License