break resources in multiple json files & add to vuex module store

This commit is contained in:
Kevin Van Der Werff
2019-06-22 03:28:33 +02:00
parent 23416bccd2
commit f1a8d056d7
19 changed files with 1039 additions and 1012 deletions

31
resources/daily.json Normal file
View File

@@ -0,0 +1,31 @@
{
"title": "Daily",
"slug": "/daily",
"resources": [
{
"title": "dev.to",
"desc": "Where programmers share ideas and help each other grow. It is an online community for sharing and discovering great ideas, having debates, and making friends.",
"url": "https://www.dev.to"
},
{
"title": "CSS Tricks",
"desc": "Daily webdev related articles, snippets and guides since 2007",
"url": "https://css-tricks.com/"
},
{
"title": "Smashing magazine",
"desc": "Founded in September 2006 in Germany, Smashing Magazine delivers reliable, useful, but most importantly practical articles to web designers and developers. ",
"url": "https://www.smashingmagazine.com/"
},
{
"title": "Hackernews",
"desc": "Hacker News is a social news website focusing on computer science and entrepreneurship.",
"url": "https://news.ycombinator.com/"
},
{
"title": "Producthunt",
"desc": "Check popular new products out and get inspired, maybe even post yours?",
"url": "https://www.producthunt.com/"
}
]
}