mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
refactor info blocks to add the two bundler version links to one
This commit is contained in:
@@ -17,7 +17,7 @@ Meteor will create all the necessary files for you. With `--blaze` option, Meteo
|
||||
We provide the final version of the app built in this tutorial for both the Rspack and the Meteor bundler versions. By following the guide, you will reach that same state at the end.
|
||||
|
||||
::: info
|
||||
You can find the final version of this app in our GitHub repository using either the [Rspack bundler](https://github.com/meteor/meteor3-blaze/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-blaze/tree/3.4-meteor).
|
||||
You can find the final version of this app on GitHub using the [Rspack bundler](https://github.com/meteor/meteor3-blaze/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-blaze/tree/3.4-meteor).
|
||||
:::
|
||||
|
||||
The files located in the `client` directory are setting up your client side (web), you can see for example `client/main.html` where Meteor is rendering your App main component into the HTML.
|
||||
|
||||
@@ -5,7 +5,7 @@ You have completed the tutorial!
|
||||
By now, you should have a good understanding of working with Meteor and Blaze.
|
||||
|
||||
::: info
|
||||
You can find the final version of this app in our GitHub repository using either the [Rspack bundler](https://github.com/meteor/meteor3-blaze/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-blaze/tree/3.4-meteor).
|
||||
You can find the final version of this app on GitHub using the [Rspack bundler](https://github.com/meteor/meteor3-blaze/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-blaze/tree/3.4-meteor).
|
||||
:::
|
||||
|
||||
Here are some options for what you can do next:
|
||||
|
||||
@@ -23,7 +23,7 @@ Meteor will create all the necessary files for you. By default, Meteor generates
|
||||
We provide the final version of the app built in this tutorial for both the Rspack and the Meteor bundler versions. By following the guide, you will reach that same state at the end.
|
||||
|
||||
::: info
|
||||
You can find the final version of this app in our GitHub repository using either the [Rspack bundler](https://github.com/meteor/meteor3-react/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-react/tree/3.4-meteor).
|
||||
You can find the final version of this app on GitHub using the [Rspack bundler](https://github.com/meteor/meteor3-react/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-react/tree/3.4-meteor).
|
||||
:::
|
||||
|
||||
The files located in the `client` directory are setting up your client side (web), you can see for example `client/main.jsx` where Meteor is rendering your App main component into the HTML.
|
||||
|
||||
@@ -5,7 +5,7 @@ You have completed the tutorial!
|
||||
By now, you should have a good understanding of working with Meteor and React.
|
||||
|
||||
::: info
|
||||
You can find the final version of this app in our GitHub repository using either the [Rspack bundler](https://github.com/meteor/meteor3-react/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-react/tree/3.4-meteor).
|
||||
You can find the final version of this app on GitHub using the [Rspack bundler](https://github.com/meteor/meteor3-react/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-react/tree/3.4-meteor).
|
||||
:::
|
||||
|
||||
Here are some options for what you can do next:
|
||||
|
||||
@@ -17,7 +17,7 @@ Meteor will create all the necessary files for you. With `--solid` option, Meteo
|
||||
We provide the final version of the app built in this tutorial for both the Rspack and the Meteor bundler versions. By following the guide, you will reach that same state at the end.
|
||||
|
||||
::: info
|
||||
You can find the final version of this app in our GitHub repository using either the [Rspack bundler](https://github.com/meteor/meteor3-solid/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-solid/tree/3.4-meteor).
|
||||
You can find the final version of this app on GitHub using the [Rspack bundler](https://github.com/meteor/meteor3-solid/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-solid/tree/3.4-meteor).
|
||||
:::
|
||||
|
||||
The files located in the `client` directory are setting up your client side (web), you can see for example `client/main.html` where Meteor is rendering your App main component into the HTML.
|
||||
|
||||
@@ -5,7 +5,7 @@ You have completed the tutorial!
|
||||
By now, you should have a good understanding of working with Meteor and Solid.
|
||||
|
||||
::: info
|
||||
You can find the final version of this app in our GitHub repository using either the [Rspack bundler](https://github.com/meteor/meteor3-solid/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-solid/tree/3.4-meteor).
|
||||
You can find the final version of this app on GitHub using the [Rspack bundler](https://github.com/meteor/meteor3-solid/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-solid/tree/3.4-meteor).
|
||||
:::
|
||||
|
||||
Here are some options for what you can do next:
|
||||
|
||||
@@ -17,7 +17,7 @@ Meteor will create all the necessary files for you. With `--svelte` option, Mete
|
||||
We provide the final version of the app built in this tutorial for both the Rspack and the Meteor bundler versions. By following the guide, you will reach that same state at the end.
|
||||
|
||||
::: info
|
||||
You can find the final version of this app in our GitHub repository using either the [Rspack bundler](https://github.com/meteor/meteor3-svelte/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-svelte/tree/3.4-meteor).
|
||||
You can find the final version of this app on GitHub using the [Rspack bundler](https://github.com/meteor/meteor3-svelte/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-svelte/tree/3.4-meteor).
|
||||
:::
|
||||
|
||||
The files located in the `client` directory are setting up your client side (web), you can see for example `client/main.html` where Meteor is rendering your App main component into the HTML.
|
||||
|
||||
@@ -5,7 +5,7 @@ You have completed the tutorial!
|
||||
By now, you should have a good understanding of working with Meteor and Svelte.
|
||||
|
||||
::: info
|
||||
You can find the final version of this app in our GitHub repository using either the [Rspack bundler](https://github.com/meteor/meteor3-svelte/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-svelte/tree/3.4-meteor).
|
||||
You can find the final version of this app on GitHub using the [Rspack bundler](https://github.com/meteor/meteor3-svelte/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-svelte/tree/3.4-meteor).
|
||||
:::
|
||||
|
||||
Here are some options for what you can do next:
|
||||
|
||||
@@ -42,7 +42,7 @@ Meteor will create all the necessary files for you. The `--vue` flag generates a
|
||||
We provide the final version of the app built in this tutorial for both the Rspack and the Meteor bundler versions. By following the guide, you will reach that same state at the end.
|
||||
|
||||
::: info
|
||||
You can find the final version of this app in our GitHub repository using either the [Rspack bundler](https://github.com/meteor/meteor3-vue3/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-vue3/tree/3.4-meteor).
|
||||
You can find the final version of this app on GitHub using the [Rspack bundler](https://github.com/meteor/meteor3-vue3/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-vue3/tree/3.4-meteor).
|
||||
:::
|
||||
|
||||
You will find the `client` directory contains files for your client-side setup. Inside, you can see for example `client/main.jsx` where Meteor is rendering your App main component into the HTML.
|
||||
@@ -1369,7 +1369,7 @@ You have completed the tutorial!
|
||||
By now, you should have a good understanding of working with Meteor and Vue.
|
||||
|
||||
::: info
|
||||
You can find the final version of this app in our GitHub repository using either the [Rspack bundler](https://github.com/meteor/meteor3-vue3/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-vue3/tree/3.4-meteor).
|
||||
You can find the final version of this app on GitHub using the [Rspack bundler](https://github.com/meteor/meteor3-vue3/tree/3.4-rspack) or the [Meteor bundler](https://github.com/meteor/meteor3-vue3/tree/3.4-meteor).
|
||||
:::
|
||||
|
||||
Here are some options for what you can do next:
|
||||
|
||||
Reference in New Issue
Block a user