Skip to content

Commit bbd2db9

Browse files
authored
feat: add a vue 3 pinia example (feature-sliced#617)
1 parent c844a0d commit bbd2db9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/pages/examples/_config.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,16 @@ export const examples: Example[] = [
202202
updatedAt: "2023-06-21",
203203
tech: ["react", "react-router", "react-query", "zustand", "vite", "typescript"],
204204
},
205+
{
206+
title: "Todo app (Vue 3 + Pinia)",
207+
description: "QuickStart todo-app example for Vue developers with pinia store",
208+
website: "https://fsd-tasks.netlify.app/",
209+
source: "https://github.com/hoach-linux/fsd-vue-antd",
210+
preview: require("./img/todo-vue-pinia.png"),
211+
version: VERSIONS.V2,
212+
updatedAt: "2023-010-12",
213+
tech: ["vue 3", "pinia", "vite", "typescript"],
214+
},
205215
{
206216
title: "E-Commerce",
207217
description:
64.4 KB
Loading

0 commit comments

Comments
 (0)