This is a simple example of how to use Meteor with Vue3 and LessCSS, using native Meteor bundler (without Vite).
- Clone this repo
- Run
meteor npm install
- Run
meteor
- Open
http://localhost:3000
in your browser
- Meteor
- Vue3 - modified
vuejs:vue3
package - Vue Router
- Less - modifieid
akryum:vue-less
package
The custom modified packages are using ideas from the open PRs to @akryum's vuejs:vue3
from @nathan-muir and @satyavh with some other modifications, and will be used here until originals get updated.