mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add first version of the Meteor 3 + Vue 3 tutorial.
This commit is contained in:
@@ -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: [
|
||||
|
||||
1380
v3-docs/docs/tutorials/meteorjs-vue.md
Normal file
1380
v3-docs/docs/tutorials/meteorjs-vue.md
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user