Skip to content

Latest commit

 

History

History
29 lines (29 loc) · 668 Bytes

File metadata and controls

29 lines (29 loc) · 668 Bytes

1

1

  • intro

2

  • nuxt intro

3

  • SSR

4

5

  • create new nuxt app
    • npm install -g create-nuxt-app
    • create-nuxt-app prj-name
      • universal render to use SSR

6

  • 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

7

  • universal app : ssr - SEO
  • single page app: no ssr - like vue
  • static app: build all content on server - SEO

8

  • course outline

9

  • course tips