From beb7dea5e00c780a18545861c5386bae18b7d051 Mon Sep 17 00:00:00 2001 From: Antonin Adert Date: Thu, 21 Nov 2019 15:13:18 +0100 Subject: [PATCH] I added Meteor as a possible build system for Svelte Voila, let's increase the community, as it is already done by great folks. --- site/content/tutorial/01-introduction/07-making-an-app/text.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/tutorial/01-introduction/07-making-an-app/text.md b/site/content/tutorial/01-introduction/07-making-an-app/text.md index f8755ef532..898fa13a4d 100644 --- a/site/content/tutorial/01-introduction/07-making-an-app/text.md +++ b/site/content/tutorial/01-introduction/07-making-an-app/text.md @@ -9,6 +9,7 @@ First, you'll need to integrate Svelte with a build tool. Popular choices are: * [Rollup](https://rollupjs.org) / [rollup-plugin-svelte](https://github.com/rollup/rollup-plugin-svelte) * [webpack](https://webpack.js.org/) / [svelte-loader](https://github.com/sveltejs/svelte-loader) * [Parcel](https://parceljs.org/) / [parcel-plugin-svelte](https://github.com/DeMoorJasper/parcel-plugin-svelte) +* [Meteor](https://www.meteor.com/) / [meteor-svelte](https://github.com/meteor-svelte/meteor-svelte) Don't worry if you're relatively new to web development and haven't used these tools before. We've prepared a simple step-by-step guide, [Svelte for new developers](blog/svelte-for-new-developers), which walks you through the process.