Skip to content

Commit

Permalink
feat: add new example - Polka (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
lollipopfly authored Dec 11, 2023
1 parent 3bd9353 commit 633f3d1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/pages/examples/_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,5 +308,25 @@ export const examples: Example[] = [
"vite",
],
},
{
title: "Polka",
description:
"The application is a bookshelf where you can add your favorite books. The application works with the Google Books API.",
website: "https://polka-fsd.netlify.app/",
source: "https://github.com/lollipopfly/polka",
preview: require("./img/polka.jpg"),
version: VERSIONS.V2,
updatedAt: "2023-12-06",
tech: [
"vue3",
"pinia",
"typescript",
"vue-router",
"eslint",
"prettier",
"vite",
"vuetify",
],
},
// Reverse the list (last examples should be at the top)
].reverse();
Binary file added src/pages/examples/img/polka.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 633f3d1

Please sign in to comment.