Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/henriquealbert/meteor-vue3

Meteor + Vue3 + Vite + TailwindCSS
https://github.com/henriquealbert/meteor-vue3

meteor meteorjs tailwind vite vue-meteor-tracker vue-router vue3

Last synced: 23 days ago
JSON representation

Meteor + Vue3 + Vite + TailwindCSS

Awesome Lists containing this project

README

        

# 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

- [Vue3](https://v3.vuejs.org/)
- [Vite](https://vitejs.dev/)
- [Vue Router](https://next.router.vuejs.org/)
- [Meteor](https://www.meteor.com/)
- [Vue Meteor Tracker](https://github.com/meteor-vue/vue-meteor-tracker)
- [Tailwind CSS](https://tailwindcss.com/)

## To Do

- [x] Create a simple example of how to use Vue3 with Meteor using Vite.
- [x] Add Vue Router.
- [x] Add Tailwind CSS.