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

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ค. 2024
  • Create a new MeteorJS 3 project with Vue, Vite and Tailwind in no time and with zero config! After the turorial you can start coding right away! #meteorjs #javascript #nodejs #vuejs #vitejs #tailwindcss #tutorial #code #coding #programming #beginners
    If you need to install Meteor, checkout meteor.com and follow the instructions.
    Timestamps:
    00:00 - Introduction
    00:40 - Run the create command from CLI
    02:03 - Install meteor-vite
    02:36 - Folder structure overview
    03:31 - Running app on localhost:3000
    03:45 - Look at main.js file and router.js
    04:50 - Changing some Tailwind classes
    05:36 - About HMR
    06:12 - Vue reactivity vs Meteor reactivity
    06:42 - Wrapup and outro
    Subscribe to our weekly newsletter: meteorjsdispatches.substack.com/
    Get $60 in free credits for Galaxy hosting, the number one hosting platform for MeteorJS apps: meteor.software/dispatches-offer
    Coupon code: DISPATCHES-60
    ❤️ LIKE, SUBSCRIBE & SHARE ❤️
    ------------------------------------------------------------------------------------------
    SUGGEST A TOPIC - bit.ly/MeteorJS-Dispatches
    TO LEARN MORE ABOUT METEORJS:
    ° Check out the MeteorJS website - bit.ly/MeteorJS-Website
    ° Install the software - bit.ly/Try-Meteor
    ° MeteorJS documentation - bit.ly/MeteorJS-Docs
    ° MeteorJS Guide - bit.ly/MeteorJS-Guide
    ° Learn MeteorJS - bit.ly/MeteorU
    ° MeteorJS source code - bit.ly/MeteorJS-Github
    ° See who uses MeteorJS - bit.ly/Show-MJS
    METEORJS COMMUNITY RESOURCES:
    ° Join the discussion forums - bit.ly/MeteorJSForums
    ° Participate on Slack - bit.ly/Join-MeteorJS-Communit...
    ° Engage on Discord - bit.ly/MeteorJS-Discord
    ° Meteor NYC YT channel - bit.ly/MeteorNYC-YT
    ° Meteor NYC meetup - bit.ly/MeteorNYC
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 3

  • @meteorjscommunity
    @meteorjscommunity  25 วันที่ผ่านมา +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 19 วันที่ผ่านมา

    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  19 วันที่ผ่านมา +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.