Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/henriquealbert/meteor-vue3
- Owner: henriquealbert
- Created: 2022-11-13T17:33:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-04T13:04:55.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T05:05:48.710Z (about 1 month ago)
- Topics: meteor, meteorjs, tailwind, vite, vue-meteor-tracker, vue-router, vue3
- Language: JavaScript
- Homepage: https://meteor-vue3-vite.meteorapp.com
- Size: 50.8 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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.