Skip to content

henriquealbert/meteor-vue3

Repository files navigation

Meteor + Vue3 + Vite

This is a simple example of how to use Vue3 with Meteor.

How to use

  1. Clone this repo
  2. Run meteor npm install
  3. Run meteor
  4. Open http://localhost:3000 in your browser

Libraries used

To Do

  • Create a simple example of how to use Vue3 with Meteor using Vite.
  • Add Vue Router.
  • Add Tailwind CSS.