MeteorJS Tutorial 2024 - Create a Project with Meteor 3 + Vue 3 + Vite + Tailwind + Zero Config

Поділитися
Вставка

КОМЕНТАРІ • 7

  • @meteorjscommunity
    @meteorjscommunity  5 місяців тому +1

    Hey there, at 05:28 you should expect to see a border on the bottom of the headline but due to the screen color it's simply too light to be seen. If you do the tutorial on your own you will see that it works!

  • @codedjango
    @codedjango 5 місяців тому

    I would like to understand if Meteor handles Vue SSR straight out of the box because the Vue3 docs dont talk much about the SSR capability. Would love to see a small tutorial of an SSR app with Vue3(js)+Vite+Meteor

    • @meteorjscommunity
      @meteorjscommunity  5 місяців тому +1

      Capabilities for SSR definitley exist, see v3-docs.meteor.com/packages/server-render however we didn't explore this for the vue3+vite stack in Meteor. Thanks for the input we will look if we can cover it in a future tutorial.

    • @JorgenVatle
      @JorgenVatle Місяць тому +1

      @@meteorjscommunity @codedjango Maybe a little late to reply to this - but there's now some working examples of SSR with Meteor, Vite and Vue available in the meteor-vite repository. It uses Vite's built-in SSR functionality, so no additional packages are necessary, just a config change.

  • @UdemyLearning-l9n
    @UdemyLearning-l9n 4 місяці тому

    Dear Friend, when i try to create the meteor project like your video it show the error like
    => Errors while creating your project
    While selecting package versions:
    error: Conflict: Constraint webapp@1.13.1 is not satisfied by webapp 2.0.1.
    Constraints on package "webapp":
    * webapp@~2.0.1

    • @meteorjscommunity
      @meteorjscommunity  4 місяці тому

      Hi, this looks indeed odd, especially the line about the skeleton and the caching. Troubleshooting this might be a bit more complex, therefore we highly recommend you to post this in the Meteor forums: forums.meteor.com as this might be of interest to others as well. Please don't forget to add your Meteor version (meteor --release) and the exact commands you entered and that resulted in the above error.

    • @meteorjscommunity
      @meteorjscommunity  3 місяці тому +1

      It looks like Meteor used an old skeleton for the Vue app. Can you please retry using the following commen: meteor create --release 3.0.2 --vue myNewVueProject