Skip to content

Commit 843af1f

Browse files
authored
Add flatlogic themes (vuejs#421)
1 parent b76de42 commit 843af1f

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

src/.vuepress/components/community/themes/theme-data.js

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,5 +180,54 @@ export default [
180180
image: 'https://www.primefaces.org/vue-templates/sigma.jpg'
181181
}
182182
]
183+
},
184+
{
185+
name: 'Flatlogic',
186+
description: `Check the admin dashboards templates built by our partners from [Flatlogic](https://flatlogic.com/templates?ref=x-fdkuTAVW). With these themes you can see how real applications is built. Additionally these templates will help you to start a new application and save you time and money.`,
187+
seeMoreUrl: 'https://flatlogic.com/templates?ref=x-fdkuTAVW',
188+
products: [
189+
{
190+
name: 'Sing App Vue',
191+
price: 99,
192+
description: 'Vue Admin Dashboard Template',
193+
url: 'https://flatlogic.com/templates/sing-app-vue?ref=x-fdkuTAVW',
194+
image: 'https://flatlogic.com/assets/templates/sing_vue_full-cb6b9fdd0465a0d60c0fafa2deca1929cc4966957c8e1ce57565a5e2f45ff043.webp'
195+
},
196+
{
197+
name: 'Sing App Vue Node.js',
198+
price: 149,
199+
description: 'Vue Admin Dashboard Template with Node.JS Backend',
200+
url: 'https://flatlogic.com/templates/sing-app-vue-node-js?ref=x-fdkuTAVW',
201+
image: 'https://flatlogic.com/assets/templates/sing_vue_full_nodejs-78af09220a2d085fec9bbc1071879915b30737f25d72669152f3b090291609aa.webp'
202+
},
203+
{
204+
name: 'Light Blue Vue',
205+
price: 99,
206+
description: 'Vue Admin Dashboard Template',
207+
url: 'https://flatlogic.com/templates/light-blue-vue?ref=x-fdkuTAVW',
208+
image: 'https://flatlogic.com/assets/templates/light_blue_vue_full-e044d30242912d5756b190e576bf30ea967b725c09d2e371a7eabf1c6a9c33b2.webp'
209+
},
210+
{
211+
name: 'Light Blue Vue Admin',
212+
price: 0,
213+
description: 'Free and Open Source Vue JS Template for Admin Dashboard',
214+
url: 'https://flatlogic.com/templates/light-blue-vue-lite?ref=x-fdkuTAVW',
215+
image: 'https://flatlogic.com/assets/templates/light_blue_vue_lite-c1937a2a01e5e8e8ede29a3ead011126e9dab5c58b9017daefe36411f9a1089e.webp'
216+
},
217+
{
218+
name: 'Sing App Vue Dashboard',
219+
price: 0,
220+
description: 'Free and Open Source Vue.js Admin Dashboard Template',
221+
url: 'https://flatlogic.com/templates/sing-app-vue-dashboard?ref=x-fdkuTAVW',
222+
image: 'https://flatlogic.com/assets/templates/sing_vue_lite-ae3ec037404bc9ae29599a16afe276e638bd916713d75946c604feb69323ec21.webp'
223+
},
224+
{
225+
name: 'Light Blue Vue Node.js',
226+
price: 149,
227+
description: 'Vue Admin Template with Node.JS Backend',
228+
url: 'https://flatlogic.com/templates/light-blue-vue-node-js?ref=x-fdkuTAVW',
229+
image: 'https://flatlogic.com/assets/templates/light_blue_vue_full_nodejs-06f941c849f0a83a3c0d38c728101eace06a7515ea048f12bcd91f165280246f.webp'
230+
}
231+
]
183232
}
184233
]

0 commit comments

Comments
 (0)