We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd9353 commit 633f3d1Copy full SHA for 633f3d1
src/pages/examples/_config.ts
@@ -308,5 +308,25 @@ export const examples: Example[] = [
308
"vite",
309
],
310
},
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
+ },
331
// Reverse the list (last examples should be at the top)
332
].reverse();
src/pages/examples/img/polka.jpg
218 KB
0 commit comments