mirror of
https://github.com/LukeHagar/sveltesociety.dev.git
synced 2025-12-09 20:57:44 +00:00
Remove images from Components page
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
export let active = false;
|
||||
export let title = "";
|
||||
export let description = "";
|
||||
export let image = "";
|
||||
export let tags = [];
|
||||
export let stars = 0;
|
||||
export let addedOn = new Date();
|
||||
@@ -105,7 +104,4 @@
|
||||
<!-- commenting out dates just cause it is not very updated yet - all the cards show same date. put back in when we have better scraping -->
|
||||
<!-- <datetime value={addedOn}>{new Intl.DateTimeFormat('en-Us').format(Date.parse(addedOn))}</datetime> -->
|
||||
</div>
|
||||
{#if image}
|
||||
<img src={image} alt={title} />
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Boilerplate with TypeScript, Webpack, Storybook, Travis CI, SCSS, Babel, EsLint, Prettier, Jest",
|
||||
"image": "",
|
||||
"stars": 51,
|
||||
"tags": [],
|
||||
"title": "agusID/boilerplate-svelte",
|
||||
@@ -13,7 +12,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "An example repo of a Svelte app that is IE11 compatible",
|
||||
"image": "",
|
||||
"stars": 27,
|
||||
"tags": [],
|
||||
"title": "angelozehr/svelte-example-museums",
|
||||
@@ -23,7 +21,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "A truffle box for Svelte, a seed for building an Ethereum dapp using Truffle",
|
||||
"image": "",
|
||||
"stars": 30,
|
||||
"tags": [],
|
||||
"title": "antony/svelte-box",
|
||||
@@ -33,7 +30,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Typescript template for Svelte v3",
|
||||
"image": "",
|
||||
"stars": 21,
|
||||
"tags": [],
|
||||
"title": "Axelen123/svelte-ts-template",
|
||||
@@ -43,7 +39,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Component template with LiveReload and Jest unit testing",
|
||||
"image": "",
|
||||
"stars": 13,
|
||||
"tags": [],
|
||||
"title": "beyonk-adventures/svelte-component-livereload-template",
|
||||
@@ -53,7 +48,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "A complete implementation with components, store, unit e2e tests and linting.",
|
||||
"image": "",
|
||||
"stars": 22,
|
||||
"tags": [],
|
||||
"title": "TodoMVC Svelte",
|
||||
@@ -63,7 +57,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Electron Svelte boilerplate",
|
||||
"image": "",
|
||||
"stars": 41,
|
||||
"tags": [
|
||||
"electron"
|
||||
@@ -75,7 +68,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "A template to create multi-page application powered by Webpack",
|
||||
"image": "",
|
||||
"stars": 11,
|
||||
"tags": [],
|
||||
"title": "brandonxiang/svelte-webpack-mpa",
|
||||
@@ -85,7 +77,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "The bare minimum boilerplate to use Svelte in electron",
|
||||
"image": "",
|
||||
"stars": 7,
|
||||
"tags": [
|
||||
"electron"
|
||||
@@ -97,7 +88,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Minimal boilerplate example of Svelte with Typescript using Parcel. This also includes scss support",
|
||||
"image": "",
|
||||
"stars": 46,
|
||||
"tags": [],
|
||||
"title": "dafn/svelte-typescript-parcel",
|
||||
@@ -107,7 +97,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Minimal boilerplate example of Svelte with Typescript using Rollup. This also includes scss support",
|
||||
"image": "",
|
||||
"stars": 78,
|
||||
"tags": [],
|
||||
"title": "dafn/svelte-typescript-rollup",
|
||||
@@ -117,7 +106,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Sapper",
|
||||
"description": "Starter Webpack template for Sapper apps using tailwindcss, postcss, purgecss, and svelte-preprocess.",
|
||||
"image": "",
|
||||
"stars": 7,
|
||||
"tags": [],
|
||||
"title": "Sapper (Webpack) + TailwindCSS Template",
|
||||
@@ -127,7 +115,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Skeleton app with Parcel, Jest, ESLint, Prettier, Babel, Wallaby",
|
||||
"image": "",
|
||||
"stars": 5,
|
||||
"tags": [],
|
||||
"title": "devghost/svelte",
|
||||
@@ -137,7 +124,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Svelte template with basic Babel setup for IE11 compatibility",
|
||||
"image": "",
|
||||
"stars": 0,
|
||||
"tags": [],
|
||||
"title": "svelte-ie11",
|
||||
@@ -147,7 +133,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Typescript + Storybook + Webpack boilerplate",
|
||||
"image": "",
|
||||
"stars": 35,
|
||||
"tags": [],
|
||||
"title": "farhan2106/svelte-typescript",
|
||||
@@ -157,7 +142,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Typescript + Storybook + Webpack with SSR boilerplate",
|
||||
"image": "",
|
||||
"stars": 8,
|
||||
"tags": [],
|
||||
"title": "farhan2106/svelte-typescript-ssr",
|
||||
@@ -167,7 +151,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Starter for Svelte 3/rollup/typescript/vscode",
|
||||
"image": "",
|
||||
"stars": 45,
|
||||
"tags": [],
|
||||
"title": "geakstr/svelte-3-rollup-typescript-vscode",
|
||||
@@ -177,7 +160,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "A small starter template to get up and running with Svelte v3",
|
||||
"image": "",
|
||||
"stars": 35,
|
||||
"tags": [],
|
||||
"title": "Holben888/svelte-starter-template",
|
||||
@@ -187,7 +169,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Svelte ecommerce - Headless, Authentication, Cart & Checkout, TailwindCSS, Server Rendered, Proxy + API Integrated, Animations, Stores, Lazy Loading, Loading Indicators, Carousel, Instant Search, Faceted Filters, 1 command deploy to production, Open Source, MIT license",
|
||||
"image": "",
|
||||
"stars": 215,
|
||||
"tags": [],
|
||||
"title": "sapper-ecommerce",
|
||||
@@ -197,7 +178,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Svelte + Storybook + Tailwind - Starter Template",
|
||||
"image": "",
|
||||
"stars": 161,
|
||||
"tags": [],
|
||||
"title": "jerriclynsjohn/svelte-storybook-tailwind",
|
||||
@@ -207,7 +187,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "A template to help you start developing SPAs with Svelte and Firebase",
|
||||
"image": "",
|
||||
"stars": 80,
|
||||
"tags": [],
|
||||
"title": "jorgegorka/svelte-firebase",
|
||||
@@ -217,7 +196,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "SvelteJS and TailwindCSS template",
|
||||
"image": "",
|
||||
"stars": 1,
|
||||
"tags": [],
|
||||
"title": "justinekizhak/svelte-tailwind-template",
|
||||
@@ -227,7 +205,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Template for building phonegap hybrid applications with Svelte",
|
||||
"image": "",
|
||||
"stars": 8,
|
||||
"tags": [
|
||||
"mobile"
|
||||
@@ -239,7 +216,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Minimal setup for building svelte as a web component module",
|
||||
"image": "",
|
||||
"stars": 1,
|
||||
"tags": [],
|
||||
"title": "LunaTK/svelte-web-component-builder",
|
||||
@@ -249,7 +225,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Tailwindcss v1 + Svelte v3 = <3",
|
||||
"image": "",
|
||||
"stars": 95,
|
||||
"tags": [],
|
||||
"title": "marcograhl/tailwindcss-svelte-starter",
|
||||
@@ -259,7 +234,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Svelte template with webpack, babel, eslint and scss. Using browserslist with corejs for legacy browser support",
|
||||
"image": "",
|
||||
"stars": 1,
|
||||
"tags": [],
|
||||
"title": "svelte-webpack-babel-scss",
|
||||
@@ -269,7 +243,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Build cybernetically enhanced web apps with Meteor and Svelte",
|
||||
"image": "",
|
||||
"stars": 92,
|
||||
"tags": [
|
||||
"components and libraries",
|
||||
@@ -282,7 +255,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Svelte + Tailwind = ❤",
|
||||
"image": "",
|
||||
"stars": 82,
|
||||
"tags": [],
|
||||
"title": "muhajirdev/svelte-tailwind-template",
|
||||
@@ -292,7 +264,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Boilerplate code with Typescript and Sass bundled by Webpack",
|
||||
"image": "",
|
||||
"stars": 12,
|
||||
"tags": [],
|
||||
"title": "n0th1ng-else/svelte-typescript-sass",
|
||||
@@ -302,7 +273,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Modern build process with Svelte, WebPack, PurgeCSS, code splitting, lazy loading...etc",
|
||||
"image": "",
|
||||
"stars": 0,
|
||||
"tags": [
|
||||
"testing",
|
||||
@@ -319,7 +289,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Offline-Capable todo list built with Svelte, PouchDB and CouchDB",
|
||||
"image": "",
|
||||
"stars": 32,
|
||||
"tags": [],
|
||||
"title": "neighbourhoodie/svelte-pouchdb-couchdb",
|
||||
@@ -329,7 +298,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Sapper",
|
||||
"description": "Starter Rollup template for Sapper apps with Firebase functions",
|
||||
"image": "",
|
||||
"stars": 13,
|
||||
"tags": [
|
||||
"ssr",
|
||||
@@ -342,7 +310,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Sapper",
|
||||
"description": "Starter Rollup template for Sapper apps using postcss, purgecss, cssnano, tailwindcss and svelte-preprocess",
|
||||
"image": "",
|
||||
"stars": 17,
|
||||
"tags": [],
|
||||
"title": "Sapper - PostCSS, Tailwind CSS, PurgeCSS, cssnano",
|
||||
@@ -352,7 +319,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Template with Typescript, Sass, Storybook, Webpack",
|
||||
"image": "",
|
||||
"stars": 13,
|
||||
"tags": [],
|
||||
"title": "nitro52/svelte-typescript-sass-template",
|
||||
@@ -362,7 +328,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Starter to built Electron apps with Svelte and Better SQLite3",
|
||||
"image": "",
|
||||
"stars": 5,
|
||||
"tags": [
|
||||
"electron",
|
||||
@@ -375,7 +340,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Svelte webpack template with routing and lazy-loading",
|
||||
"image": "",
|
||||
"stars": 14,
|
||||
"tags": [],
|
||||
"title": "OrdinaryJellyfish/svelte-routing-template",
|
||||
@@ -385,7 +349,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Svelte application boilerplate with Webpack, Sass, BabelJS, Fetch, PostCSS, Jest, and .Env",
|
||||
"image": "",
|
||||
"stars": 188,
|
||||
"tags": [],
|
||||
"title": "pankod/svelte-boilerplate",
|
||||
@@ -395,7 +358,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "A base for building Svelte component library",
|
||||
"image": "",
|
||||
"stars": 44,
|
||||
"tags": [],
|
||||
"title": "patoi/svelte-component-library-template",
|
||||
@@ -405,7 +367,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Svelte 3 starter with POI 12 and Prettier. Outputs web apps or web components",
|
||||
"image": "",
|
||||
"stars": 10,
|
||||
"tags": [],
|
||||
"title": "pbastowski/svelte-poi-starter",
|
||||
@@ -415,7 +376,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Svelte + Snowpack, TypeScript, SCSS, Jest with tight VSCode debugging",
|
||||
"image": "",
|
||||
"stars": 4,
|
||||
"tags": [
|
||||
"editor tools",
|
||||
@@ -428,7 +388,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Typescript monorepo for Svelte v3 (preprocess, template, types)",
|
||||
"image": "",
|
||||
"stars": 211,
|
||||
"tags": [],
|
||||
"title": "pyoner/svelte-typescript",
|
||||
@@ -438,7 +397,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Typescript monorepo for Svelte v3 (preprocess, template, types)",
|
||||
"image": "",
|
||||
"npm": "@pyoner/svelte-ts-preprocess",
|
||||
"stars": 211,
|
||||
"tags": [
|
||||
@@ -452,7 +410,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Svelte App with Firebase Authentication for all purposes",
|
||||
"image": "",
|
||||
"stars": 35,
|
||||
"tags": [],
|
||||
"title": "ricalamino/svelte-firebase-auth",
|
||||
@@ -462,7 +419,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "A template for building Electron apps with Svelte (**VERSION 2**)",
|
||||
"image": "",
|
||||
"stars": 72,
|
||||
"tags": [
|
||||
"electron"
|
||||
@@ -474,7 +430,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Clone of official Svelte template with added HMR support using Nollup",
|
||||
"image": "",
|
||||
"stars": 45,
|
||||
"tags": [],
|
||||
"title": "rixo/svelte-template-hot",
|
||||
@@ -484,7 +439,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Yeoman generator generating a boilerplate Svelte.js app with all of svelte-preprocess' options",
|
||||
"image": "",
|
||||
"npm": "generator-svelte",
|
||||
"stars": 15,
|
||||
"tags": [
|
||||
@@ -497,7 +451,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "A boilerplate with Material, Babel, PostCSS, and Webpack",
|
||||
"image": "",
|
||||
"stars": 96,
|
||||
"tags": [],
|
||||
"title": "Shyam-Chen/svelte-play",
|
||||
@@ -507,7 +460,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "A Svelte template for browserify",
|
||||
"image": "",
|
||||
"stars": 3,
|
||||
"tags": [],
|
||||
"title": "soapdog/svelte-template-browserify",
|
||||
@@ -517,7 +469,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Boilerplate template project for SPA router spaceavocado/svelte-router",
|
||||
"image": "",
|
||||
"stars": 6,
|
||||
"tags": [],
|
||||
"title": "spaceavocado/svelte-router-template",
|
||||
@@ -527,7 +478,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Boilerplate with Webpack, Cypress, Travis CI, Storybook, and SASS",
|
||||
"image": "",
|
||||
"stars": 15,
|
||||
"tags": [],
|
||||
"title": "stephanepericat/svelte-boilerplate",
|
||||
@@ -537,7 +487,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Template with VSCode, Prettier, ESLint, Cypress, and Rollup",
|
||||
"image": "",
|
||||
"stars": 3,
|
||||
"tags": [],
|
||||
"title": "SteveALee/svelte-code-cypress-project",
|
||||
@@ -547,7 +496,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "A base for building shareable Svelte components",
|
||||
"image": "",
|
||||
"stars": 303,
|
||||
"tags": [],
|
||||
"title": "sveltejs/component-template",
|
||||
@@ -557,7 +505,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Sapper",
|
||||
"description": "Starter template for Sapper apps",
|
||||
"image": "",
|
||||
"stars": 623,
|
||||
"tags": [],
|
||||
"title": "sveltejs/sapper-template",
|
||||
@@ -567,7 +514,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Template for building basic applications with Svelte with rollup",
|
||||
"image": "",
|
||||
"stars": 800,
|
||||
"tags": [],
|
||||
"title": "sveltejs/template",
|
||||
@@ -577,7 +523,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Template for building basic applications with Svelte and custom elements",
|
||||
"image": "",
|
||||
"stars": 17,
|
||||
"tags": [],
|
||||
"title": "sveltejs/template-custom-element",
|
||||
@@ -587,7 +532,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Template for building basic Svelte applications with webpack",
|
||||
"image": "",
|
||||
"stars": 205,
|
||||
"tags": [],
|
||||
"title": "sveltejs/template-webpack",
|
||||
@@ -597,7 +541,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Starter template for Cordova featuring hot reload",
|
||||
"image": "",
|
||||
"stars": 15,
|
||||
"tags": [
|
||||
"mobile"
|
||||
@@ -609,7 +552,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "A showcase app for all Ionic UI elements to create awesome mobile apps. Published as web app too.",
|
||||
"image": "",
|
||||
"stars": 113,
|
||||
"tags": [
|
||||
"components and libraries",
|
||||
@@ -623,7 +565,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Starter pack for Rollup, Typescript, and VSCode",
|
||||
"image": "",
|
||||
"stars": 6,
|
||||
"tags": [],
|
||||
"title": "tonyrewin/svelte3-ts-boilerplate",
|
||||
@@ -633,7 +574,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "Template with TypeScript, Babel, Jest, Svelte-Testing-Library, Eslint, and Prettier",
|
||||
"image": "",
|
||||
"stars": 4,
|
||||
"tags": [],
|
||||
"title": "will-wow/svelte-typescript-template",
|
||||
@@ -643,7 +583,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "A base for building shareable Svelte 3 components",
|
||||
"image": "",
|
||||
"stars": 161,
|
||||
"tags": [],
|
||||
"title": "YogliB/svelte-component-template",
|
||||
@@ -653,7 +592,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Svelte",
|
||||
"description": "A base for building shareable Svelte 3 components.",
|
||||
"image": "",
|
||||
"stars": 161,
|
||||
"tags": [],
|
||||
"title": "svelte-component-template",
|
||||
@@ -663,7 +601,6 @@
|
||||
"addedOn": "2020-09-29T14:39:13Z",
|
||||
"category": "Sapper",
|
||||
"description": "Skip setup and start code with SENT (Sapper.js, Express.js, Node.js, Typescript) and other tools template",
|
||||
"image": "",
|
||||
"stars": 55,
|
||||
"tags": [],
|
||||
"title": "Zimtir/SENT-template",
|
||||
@@ -673,7 +610,6 @@
|
||||
"addedOn": "2021-06-24T14:39:13Z",
|
||||
"category": "SvelteKit",
|
||||
"description": "SvelteKit template with TailwindCSS, Storybook, TypeScript and Sass.",
|
||||
"image": "",
|
||||
"stars": 26,
|
||||
"tags": [],
|
||||
"title": "tejasag/sveltetron-9000",
|
||||
@@ -683,7 +619,6 @@
|
||||
"addedOn": "2021-06-24T14:39:14Z",
|
||||
"category": "SvelteKit",
|
||||
"description": "SvelteKit Starter template with Typescript, Postcss, scss, TailwindCSS, Storybook, husky, and eslint.",
|
||||
"image": "",
|
||||
"stars": 67,
|
||||
"tags": [],
|
||||
"title": "navneetsharmaui/sveltekit-starter",
|
||||
@@ -693,7 +628,6 @@
|
||||
"addedOn": "2021-06-24T14:39:15Z",
|
||||
"category": "SvelteKit",
|
||||
"description": "SvelteKit boilerplate with Koa for building backend API, Typescript support, Docker support",
|
||||
"image": "",
|
||||
"stars": 0,
|
||||
"tags": [],
|
||||
"title": "kaladivo/svelte-kit-koa-boilerplate",
|
||||
@@ -703,7 +637,6 @@
|
||||
"addedOn": "2021-06-24T14:39:16Z",
|
||||
"category": "SvelteKit",
|
||||
"description": "SvelteKit template with Stripe Checkout and Typescript.",
|
||||
"image": "",
|
||||
"stars": 25,
|
||||
"tags": [],
|
||||
"title": "srmullen/sveltekit-stripe",
|
||||
@@ -713,7 +646,6 @@
|
||||
"addedOn": "2021-06-24T14:39:17Z",
|
||||
"category": "SvelteKit",
|
||||
"description": "A minimalistic blog template built with SvelteKit and MDsveX",
|
||||
"image": "",
|
||||
"stars": 24,
|
||||
"tags": [],
|
||||
"title": "mvasigh/sveltekit-mdsvex-blog",
|
||||
@@ -723,7 +655,6 @@
|
||||
"addedOn": "2021-06-24T14:39:18Z",
|
||||
"category": "SvelteKit",
|
||||
"description": "A personal website built with SvelteKit",
|
||||
"image": "",
|
||||
"stars": 1,
|
||||
"tags": [],
|
||||
"title": "babichjacob/university-website",
|
||||
@@ -733,7 +664,6 @@
|
||||
"addedOn": "2021-06-24T14:39:19Z",
|
||||
"category": "SvelteKit",
|
||||
"description": "Personal website and blog written from scratch with SvelteKit and TailwindCSS.",
|
||||
"image": "",
|
||||
"stars": 39,
|
||||
"tags": [],
|
||||
"title": "mhatvan/markushatvan.com",
|
||||
@@ -743,7 +673,6 @@
|
||||
"addedOn": "2021-06-24T14:39:20Z",
|
||||
"category": "SvelteKit",
|
||||
"description": "A simplistic SvelteKit template for blogs",
|
||||
"image": "",
|
||||
"stars": 3,
|
||||
"tags": [],
|
||||
"title": "stephane-vanraes/blog-template",
|
||||
@@ -753,7 +682,6 @@
|
||||
"addedOn": "2021-06-24T14:39:21Z",
|
||||
"category": "Svelte Add",
|
||||
"description": "Add PostCSS to your Svelte project",
|
||||
"image": "",
|
||||
"stars": 16,
|
||||
"tags": [],
|
||||
"title": "svelte-add/postcss",
|
||||
@@ -763,7 +691,6 @@
|
||||
"addedOn": "2021-06-24T14:39:22Z",
|
||||
"category": "Svelte Add",
|
||||
"description": "Add Tailwind CSS to your Svelte project",
|
||||
"image": "",
|
||||
"stars": 243,
|
||||
"tags": [],
|
||||
"title": "svelte-add/tailwindcss",
|
||||
@@ -773,7 +700,6 @@
|
||||
"addedOn": "2021-06-24T14:39:23Z",
|
||||
"category": "Svelte Add",
|
||||
"description": "Add Bluma to your Svelte project",
|
||||
"image": "",
|
||||
"stars": 3,
|
||||
"tags": [],
|
||||
"title": "svelte-add/bulma",
|
||||
@@ -783,7 +709,6 @@
|
||||
"addedOn": "2021-06-24T14:39:24Z",
|
||||
"category": "Svelte Add",
|
||||
"description": "SvelteKit adder for CoffeeScript",
|
||||
"image": "",
|
||||
"stars": 2,
|
||||
"tags": [],
|
||||
"title": "Leftium/coffeescript-adder",
|
||||
@@ -793,7 +718,6 @@
|
||||
"addedOn": "2021-06-24T14:39:26Z",
|
||||
"category": "Svelte Add",
|
||||
"description": "A command to add a GraphQL server to your Svelte project",
|
||||
"image": "",
|
||||
"stars": 18,
|
||||
"tags": [],
|
||||
"title": "svelte-add/graphql-server",
|
||||
@@ -803,7 +727,6 @@
|
||||
"addedOn": "2021-06-24T14:39:27Z",
|
||||
"category": "Svelte Add",
|
||||
"description": "A command to add hosting on Firebase to your Svelte project",
|
||||
"image": "",
|
||||
"stars": 2,
|
||||
"tags": [],
|
||||
"title": "svelte-add/firebase-hosting",
|
||||
@@ -813,7 +736,6 @@
|
||||
"addedOn": "2021-06-24T14:39:28Z",
|
||||
"category": "Svelte Add",
|
||||
"description": "Add mdsvex to your Svelte project",
|
||||
"image": "",
|
||||
"stars": 31,
|
||||
"tags": [],
|
||||
"title": "svelte-add/mdsvex",
|
||||
@@ -823,7 +745,6 @@
|
||||
"addedOn": "2021-06-24T14:39:25Z",
|
||||
"category": "Svelte Add",
|
||||
"description": "Add Pug to SvelteKit.",
|
||||
"image": "",
|
||||
"stars": 0,
|
||||
"tags": [],
|
||||
"title": "Leftium/pug-adder",
|
||||
@@ -833,7 +754,6 @@
|
||||
"addedOn": "2021-06-24T14:39:29Z",
|
||||
"category": "Svelte Add",
|
||||
"description": "Add Supabase to your Svelte project",
|
||||
"image": "",
|
||||
"stars": 29,
|
||||
"tags": [],
|
||||
"title": "joshnuss/svelte-supabase",
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user