Nuxt 3: From Zero to Hero by Daniel Roe: Vue.js Nation 2022

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • Daniel Roe is a Nuxt Core Team member, with expertise in building a tech stack or infrastructure strategy, developing and building a tech team and a passion for communication and the user perspective, making sure that tech serves a useful purpose.
    He's a key contributor to the Vue.js and Nuxt.js ecosystems and is involved in consultancy with companies around the world, particularly around JAMstack, serverless and software architecture. He's based in the North East of England where he lives with his family, three cats, and a dog.
    Take a tour at the newest version of the Nuxt.js framework and witness building a Nuxt 3 application from the ground up LIVE - learning more about the current (and future) state of Nuxt 3 along the way!
    🎓 Visit Vue School - vueschool.io/
    📗 Master Nuxt 3 with the only Official Nuxt 3 Course
    masteringnuxt....
    🍍 Master Pinia with the Author of Pinia, Eduardo San Martin Morote
    masteringpinia...
    📜 Get Vue.js Certified with the Official Vue.js Certification Program
    certificates.d...
    🔥 Get the Ultimate Vue Bundle
    vuebundle.com/
    📅 Join the Largest Online Vue.js Conference for FREE
    vuejsnation.com/
    📩 Contact us at team@vueschool.io

Комментарии • 10

  • @0x3333
    @0x3333 2 года назад +5

    Hi! Nice video! Which alias or app is this http one you use in the terminal?

    • @noalbalint839
      @noalbalint839 2 года назад +1

      wondering this as well!

    • @Qexia
      @Qexia 2 года назад +2

      @@noalbalint839 HTTPie apparently

  • @berliangur
    @berliangur 2 года назад

    Thx! Where can I find github repo?

  • @cindrmon
    @cindrmon 2 года назад

    hi! im quite confused to how server routes are actually implemented. because on the nuxt 3 docs, you need to have an `export default defineEventHandler((event) => {});`, on another tutorial, you import `IncomingMessage` and `ServerResponse` from `h3` and do `export default (request: IncomingMessage, response: Server Response) => {}`, and on your tutorial, you import `defineHandle` from the same package and do `export default defineHandle((req, res) => {});`. which of the three should be used for server routes when nuxt 3 is released?

    • @devhus4745
      @devhus4745 Год назад +1

      I believe that defineEventHandler is a wrapper made by Nitro's team for wrapping defineHandle function, and if my guess is right that will make both can do the same thing but you should use defineEventHandler all the time because if H3 library for some reason updated the way how you use defineHandle you will not have to do any changes to your code, Nitro team will do these changes for you in the wrapper function.

  • @alexsecond3746
    @alexsecond3746 2 года назад

    can i use nuxt3 in production?

  • @ralphmarvin6781
    @ralphmarvin6781 2 года назад

    What's the name of extension suggesting the code for you?

  • @ChrisWi88
    @ChrisWi88 2 года назад

    What's the vscode theme?