update Vue tutorial references and adopt Rspack bundler

This commit is contained in:
Nacho Codoñer
2026-01-19 14:25:06 +01:00
parent c928e28383
commit adc156e45b

View File

@@ -58,7 +58,7 @@ To run your app, use:
meteor npm run start
```
Your Vue code will be located in the `imports/ui directory`, with `App.vue` as the root component of your app.
Your Vue code will be located in the `imports/ui` directory, with `App.vue` as the root component of your app.
Take a moment to explore the files created by Meteor. You dont have to understand everything right away, but it helps to know where they are.