Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 803 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 803 Bytes

Meteor 2.14 + Vue3 + LessCSS

This is a simple example of how to use Meteor with Vue3 and LessCSS, using native Meteor bundler (without Vite).

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

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.