diff --git a/content/components-and-libraries/ui-components.md b/content/components-and-libraries/ui-components.md index 66a89e14..812a0e2a 100644 --- a/content/components-and-libraries/ui-components.md +++ b/content/components-and-libraries/ui-components.md @@ -752,6 +752,7 @@ Display non-editable events in a Calendar - [vue-mathjax-next](https://github.com/justforuse/vue-mathjax-next) - A Vue 3 plugin for Mathjax - [vue-connect-wallet](https://github.com/neelansh15/vue-connect-wallet) - A Vue plugin for connecting to Web3 wallets with a UI button + MetaMask utils - [vue-magnifier](https://github.com/WebsiteBeaver/vue-magnifier) - Vue 3 image zoom component +- [vue-spruce](https://github.com/crishellco/vue-spruce) - A collection of useful Vue 2 renderless components ## Tabs diff --git a/content/components-and-libraries/utilities.md b/content/components-and-libraries/utilities.md index 2fd5a3da..c59ce5c5 100644 --- a/content/components-and-libraries/utilities.md +++ b/content/components-and-libraries/utilities.md @@ -294,6 +294,7 @@ Improve readability of code - [vue-computed-helpers](https://github.com/michalsnik/vue-computed-helpers) - Computed helpers for Vue.js apps - [vert](https://github.com/LancerComet/Vert-Core) - Library to build Vue applications in OOP. - [vue-slot-checker](https://github.com/mya-ake/vue-slot-checker) - Provide the function to check slot like checking props. +- [vue-ts-types](https://github.com/FloEdelmann/vue-ts-types) - Lightweight TypeScript-first Vue prop type definitions ## CSS diff --git a/content/projects-using-vue-js/apps-websites.md b/content/projects-using-vue-js/apps-websites.md index e1b5a2c2..a0f59120 100644 --- a/content/projects-using-vue-js/apps-websites.md +++ b/content/projects-using-vue-js/apps-websites.md @@ -243,3 +243,5 @@ meta: - [CodeSnippet](https://www.codesnippet.fr) - A collaborative code editor for teachers and students - [Gradientos](https://www.gradientos.app) - Gradientos makes finding gradients easy - [httptools.dev](https://httptools.dev/) - Collection of many online checks and tools for web developers, like a JSON formatter, redirect check or URL encoder. Built with Vue 3 and vue-router, backend API uses Laravel +- [Cuping Font](https://cupingfont.com/) - Cool font generator made with Vue.js +- [Slack Vuesualizer](https://slack-vuesualizer.vercel.app) - Display and search through your Slack archive diff --git a/content/projects-using-vue-js/open-source.md b/content/projects-using-vue-js/open-source.md index 1b5cfe4e..859eeaad 100644 --- a/content/projects-using-vue-js/open-source.md +++ b/content/projects-using-vue-js/open-source.md @@ -45,7 +45,6 @@ meta: - [vue-music163](https://github.com/pluto1114/vue-music163) - A Vue.js project for music. - [Tomato5](https://github.com/zhangxin840/tomato5) - Real-time collaboration tool, it combines Pomodoro Technique with a team status share board. - [Web Learn](https://github.com/freearhey/web-learn) - A service which provides simple access to thousands of video tutorials on web developing and programming. -- [ExcelJSON](https://github.com/palerdot/exceljson) - A tool to convert CSV, TSV to/from JSON. - [Materialize-blog](https://github.com/forehalo/materialize-blog) - A material blog built with Laravel5.3 and Vue2.x. - [VueComponentGenerator](https://github.com/ChangJoo-Park/vue-component-generator) - Generate vue single file component on browser - [SDR News](https://github.com/super-dev/SDR-News) - News for web designers and developers aggregated from multiple sources (Reddit, Hacker News and Prominent Blogs). diff --git a/content/resources/examples.md b/content/resources/examples.md index 3235bdc3..c15a3545 100644 --- a/content/resources/examples.md +++ b/content/resources/examples.md @@ -183,3 +183,4 @@ meta: - [Vue 3 TypeScript Library Template](https://github.com/TinkoLiu/vue3-ts-lib-template) - A simple but complete library template for Vue 3, supports generating `.vue.d.ts` - [Customizable Vue video chat app](https://github.com/daily-demos/vue-call-object) - A Vue video call demo app featuring local device controls and screen sharing - [Vue3-Starter](https://github.com/cerino-ligutom/Vue3-Starter) - A boilerplate with an opinion on how to structure your files/folders with a few examples such as Vue Router navigation guards, theming with Tailwind CSS, form validation w/ Vuelidate, localization with Fluent, etc. +- [Text Editor](https://github.com/devisasari/text-editor-vue-3) - Text editor made with Vue 3 Composition API, Bootstrap and Firebase by [İsa Sarı](https://github.com/devisasari) diff --git a/content/resources/external-resources.md b/content/resources/external-resources.md index bffa83c3..4e2c50f2 100644 --- a/content/resources/external-resources.md +++ b/content/resources/external-resources.md @@ -31,7 +31,6 @@ meta: - [Vue Curated Resources](https://hackr.io/tutorials/learn-vue-js) - Recommended Vue.js courses and tutorials. - [Vue School](https://vueschool.io) - Learn Vue.js from video courses by core members and industry experts - [VueDose](https://vuedose.tips) - Tips & tricks about the Vue ecosystem, for busy devs. -- [Vuelibs](https://vuelibs.org) - A minimalistic list of Vue.js libraries and components based on the awesome-vue repo. - [Vue.js DEV Community](https://dev.to/t/vue) - Official tag for the Vue.js JavaScript Framework on DEV.to - [Vue.js Online Courses Directory](https://classpert.com/vuejs) - Vue.js courses from top e-learning platforms curated by Classpert, a online course search engine - [WebTechSurvey.com](https://webtechsurvey.com/technology/vue.js) - An extensive list of websites created with the Vue.js Javascript framework