- intro
- nuxt intro
- SSR
- SSR without Nuxt & with Vue
- create new nuxt app
- npm install -g create-nuxt-app
- create-nuxt-app prj-name
- universal render to use SSR
- folder
- asset: webpack opt files. like images
- static: assets that should not get opt by webpack
- inspect the ssr feature and intro to pages dir auto routing
- universal app : ssr - SEO
- single page app: no ssr - like vue
- static app: build all content on server - SEO
- course outline
- course tips