foleder
Estimated reading time: 1 minutefoleder
- nuxt
- assets
- components
- layouts
- middleware
- pages
- plugins
- static
- store
- nuxt.config.js
assets
uncompiled
asset as like sass,scss,less
components
resuseable
vue template
layouts
- define
full page ui
middleware
- condition that check before load page
pages
- app view and route build
plugins
- connect js package with plugin system
static
unchanging file
(robots.txt)
store
vuex
, state management system.
nuxt.config.js
Nuxt.js custom configuration