Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 619 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 619 Bytes

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.