Skip to content

Commit 633f3d1

Browse files
authored
feat: add new example - Polka (feature-sliced#646)
1 parent 3bd9353 commit 633f3d1

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

src/pages/examples/_config.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,5 +308,25 @@ export const examples: Example[] = [
308308
"vite",
309309
],
310310
},
311+
{
312+
title: "Polka",
313+
description:
314+
"The application is a bookshelf where you can add your favorite books. The application works with the Google Books API.",
315+
website: "https://polka-fsd.netlify.app/",
316+
source: "https://github.com/lollipopfly/polka",
317+
preview: require("./img/polka.jpg"),
318+
version: VERSIONS.V2,
319+
updatedAt: "2023-12-06",
320+
tech: [
321+
"vue3",
322+
"pinia",
323+
"typescript",
324+
"vue-router",
325+
"eslint",
326+
"prettier",
327+
"vite",
328+
"vuetify",
329+
],
330+
},
311331
// Reverse the list (last examples should be at the top)
312332
].reverse();

src/pages/examples/img/polka.jpg

218 KB
Loading

0 commit comments

Comments
 (0)