Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added CodedThemes Items (#93) #94

Merged
merged 2 commits into from
Mar 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 57 additions & 7 deletions src/ecosystem/themes/themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,44 +204,94 @@
"name": "Spike Free VueJs Admin Template",
"price": 0,
"description": "Free & Open Source VueJs Admin Template",
"url": "https://www.wrappixel.com/templates/spike-free-vuejs-admin-template/",
"url": "https://www.wrappixel.com/templates/spike-free-vuejs-admin-template/?ref=320",
"image": "https://www.wrappixel.com/wp-content/uploads/edd/2023/10/spike-free-vuetify-vuejs-admin-template-wp.jpg"
},
{
"name": "Spike Vue3 Admin Dashboard",
"price": 49,
"description": "Powerful Vue3 Dashboard Theme",
"url": "https://www.wrappixel.com/templates/spike-vuejs-admin-dashboard/",
"url": "https://www.wrappixel.com/templates/spike-vuejs-admin-dashboard/?ref=320",
"image": "https://www.wrappixel.com/wp-content/uploads/edd/2023/09/spike-vuejs-admin-dashboard-prev-img.jpg"
},
{
"name": "MaterialPro Vue3 Admin Dashboard",
"price": 49,
"description": "Vue 3 + Vuetify 3 + Vite + Typescript",
"url": "https://www.wrappixel.com/templates/materialpro-vuetify-admin/",
"url": "https://www.wrappixel.com/templates/materialpro-vuetify-admin/?ref=320",
"image": "https://www.wrappixel.com/wp-content/uploads/edd/2020/05/materialpro-vuejs-dashboard-template-20.jpg"
},
{
"name": "Free MaterialPro Vuetify Admin",
"price": 0,
"description": "Free Vuetify Dashboard Template",
"url": "https://www.wrappixel.com/templates/materialpro-vuetify-admin-lite/",
"url": "https://www.wrappixel.com/templates/materialpro-vuetify-admin-lite/?ref=320",
"image": "https://www.wrappixel.com/wp-content/uploads/edd/2020/05/materialpro-vuejs-lite-admin-wp-20.jpg"
},
{
"name": "Free AdminPro VueJs Lite",
"price": 0,
"description": "Free & Open Source VueJs Admin Template",
"url": "https://www.wrappixel.com/templates/adminpro-vuetify-admin-lite/",
"url": "https://www.wrappixel.com/templates/adminpro-vuetify-admin-lite/?ref=320",
"image": "https://www.wrappixel.com/wp-content/uploads/edd/2020/11/feature_image.jpg"
},
{
"name": "AdminPro Vue3 + Vuetify Dashboard",
"price": 49,
"description": "Vue3 + Vite + Vuetify + Typescript",
"url": "https://www.wrappixel.com/templates/adminpro-vuetify-dashboard/",
"url": "https://www.wrappixel.com/templates/adminpro-vuetify-dashboard/?ref=320",
"image": "https://www.wrappixel.com/wp-content/uploads/edd/2020/10/adminpro-vuetify-dasboard-template-y.jpg"
}
]
}
},
{
"name": "CodedThemes",
"description": "Explore Vue.js admin dashboard templates crafted with developers in mind by our partners at [CodedThemes](https://codedthemes.com). Download now to expedite the development of your real-time web applications, saving you countless hours in design and development.",
"seeMoreUrl": "https://codedthemes.com/item/category/templates/vue-template/",
"products": [
{
"name": "Free Berry Vuetify VueJs Admin Template",
"price": 0,
"description": "Free & Open Source VueJs Admin Template with well known desing of Berry",
"url": "https://codedthemes.com/item/berry-free-vuetify-vuejs-admin-template/?ref=evan.vuejs",
"image": "https://codedthemes.com/wp-content/uploads/2024/03/Berry-free-vue.png"
},
{
"name": "Berry Vue3 Admin Dashboard",
"price": 59,
"description": "Discover our visually captivating Vue 3 Dashboard Theme!",
"url": "https://codedthemes.com/item/berry-vue-admin-dashboard/?ref=evan.vuejs",
"image": "https://codedthemes.com/wp-content/uploads/2024/03/Berry-pro-vue.png"
},
{
"name": "Mantis Vue3 Admin Dashboard",
"price": 59,
"description": "Simple yet rebust to start any development with latest VueJs and Vuetify",
"url": "https://codedthemes.com/item/mantis-vue-admin-template/?ref=evan.vuejs",
"image": "https://codedthemes.com/wp-content/uploads/2024/03/Mantis-pro-vue.png"
},
{
"name": "Free Mantis Vuetify VueJs Admin Template",
"price": 0,
"description": "Free Vuetify Dashboard Template with simplest design and code",
"url": "https://codedthemes.com/item/mantis-free-vuetify-vuejs-admin-template/?ref=evan.vuejs",
"image": "https://codedthemes.com/wp-content/uploads/2024/03/Mantis-free-vue.png"
},
{
"name": "Free Able Pro VueJs",
"price": 0,
"description": "Free & Open Source Able pro VueJs Admin Template",
"url": "https://codedthemes.com/item/able-pro-free-vuejs-admin-dashboard/?ref=evan.vuejs",
"image": "https://codedthemes.com/wp-content/uploads/2024/03/Able-pro-free-vue.png"
},
{
"name": "Able Pro Vue3 + Vuetify Dashboard",
"price": 11,
"description": "Vue3 + Vite + Vuetify + Typescript",
"url": "https://codedthemes.com/item/able-pro-vuejs-admin-dashboard/?ref=evan.vuejs",
"image": "https://codedthemes.com/wp-content/uploads/2024/03/Able-pro-pro-vue.png"
}
]
}

]