Add first version of the Meteor 3 + Vue 3 tutorial.

This commit is contained in:
Frederico Maia
2024-08-02 18:19:52 -03:00
parent 22fbca50d1
commit 04cd485656
2 changed files with 1395 additions and 2 deletions

View File

@@ -40,7 +40,13 @@ export default defineConfig({
{
text: 'Migration from Meteor.js 2',
link: 'https://v3-migration-docs.meteor.com'
}
},
{
text: 'Tutorials',
items: [
{ text: 'Meteor.js 3 + Vue.js 3', link: '/tutorials/meteorjs-vue' },
]
},
]
},
{
@@ -217,7 +223,7 @@ export default defineConfig({
link: '/api/top-level-await'
}
],
collapsed: false,
collapsed: true,
},
{
text: "Packages",
@@ -349,6 +355,13 @@ export default defineConfig({
],
collapsed: true,
},
{
text: "Tutorials",
items: [
{ link: "/tutorials/meteorjs-vue", text: "Meteor.js + Vue" },
],
collapsed: true,
},
{
text: "Changelog",
items: [

File diff suppressed because it is too large Load Diff