Skip to content

Commit 89ac163

Browse files
AnkaAnka
authored andcommitted
Auto updating db and README.md
1 parent 016f82b commit 89ac163

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,6 +1218,7 @@
12181218
<img src="https://www.google.com/s2/favicons?domain=https://www.udemy.com/&sz=128" width="16" /> | [Udemy](https://www.udemy.com/) | Udemy is an online learning and teaching marketplace with over 130,000 courses and 35 million students. Learn programming, marketing, data science and more. | |
12191219
<img src="https://www.google.com/s2/favicons?domain=https://designcode.io/ui-design-for-developers&sz=128" width="16" /> | [UI Design for Developers](https://designcode.io/ui-design-for-developers) | Learn just enough visual design to be dangerous as a developer. | |
12201220
<img src="https://www.google.com/s2/favicons?domain=https://ui.dev/&sz=128" width="16" /> | [ui.dev](https://ui.dev/) | Comprehensive learning resources for mastering the JavaScript ecosystem. | |
1221+
<img src="https://www.google.com/s2/favicons?domain=https://vueschool.io&sz=128" width="16" /> | [Vue School](https://vueschool.io) | The #1 source for learning the Vue ecosystem. Basic to advanced Vue.js, Nuxt, Pinia, and more. Vue Masterclass and over 1500+ lessons from core team members & industry experts. | vue, vue.js, pinia, nuxt, javascript, typescript, learning |
12211222
<img src="https://www.google.com/s2/favicons?domain=https://www.w3schools.com/&sz=128" width="16" /> | [W3Schools](https://www.w3schools.com/) | W3Schools is a training website for learning web technologies online. Content includes tutorials and references relating to HTML, CSS, JavaScript, JSON, PHP, Python, AngularJS, React.js, SQL, Bootstra... | HTML, CSS, JavaScript, DOM, jQuery, PHP, SQL, XML, Python, Java, Bootstrap, Web, W3CSS, W3C, tutoria... |
12221223

12231224
**[⬆ Back to Index](#index)**

db/resources.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"count": 1139,
2+
"count": 1140,
33
"data": [
44
{
55
"name": "1001 Fonts",
@@ -13424,6 +13424,23 @@
1342413424
"Opensource"
1342513425
]
1342613426
},
13427+
{
13428+
"name": "Vue School",
13429+
"description": " The #1 source for learning the Vue ecosystem. Basic to advanced Vue.js, Nuxt, Pinia, and more. Vue Masterclass and over 1500+ lessons from core team members & industry experts.",
13430+
"categories": [
13431+
"Learn"
13432+
],
13433+
"keywords": [
13434+
"vue",
13435+
"vue.js",
13436+
"pinia",
13437+
"nuxt",
13438+
"javascript",
13439+
"typescript",
13440+
"learning"
13441+
],
13442+
"url": "https://vueschool.io"
13443+
},
1342713444
{
1342813445
"name": "Vue.js devtools",
1342913446
"description": "Browser devtools extension for debugging Vue.js applications",

resources/v.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ export const resources: Resource[] = [
199199
url: 'https://vueschool.io',
200200
},
201201
{
202-
203202
name: 'Vurge',
204203
description: "It's like Clay but in Google Sheets",
205204
categories: ['AI', 'Productivity'],

0 commit comments

Comments
 (0)