break resources in multiple json files & add to vuex module store
This commit is contained in:
41
resources/server.json
Normal file
41
resources/server.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"title": "Server",
|
||||
"slug": "/server",
|
||||
"resources": [
|
||||
{
|
||||
"title": "Netlify",
|
||||
"desc": "Free static hosting with privacy in mind!",
|
||||
"url": "https://netlify.com"
|
||||
},
|
||||
{
|
||||
"title": "Github Pages",
|
||||
"desc": "Free static hosting by Github.",
|
||||
"url": "https://pages.github.com"
|
||||
},
|
||||
{
|
||||
"title": "Heroku",
|
||||
"desc": "Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.",
|
||||
"url": "https://www.heroku.com/"
|
||||
},
|
||||
{
|
||||
"title": "Ploi",
|
||||
"desc": "Stop the Hassle. Start deploi'ing. Use Ploi.io for easy site deployments. We take all the difficult work out of your hands, so you can focus on doing what you love: developing your application.",
|
||||
"url": "https://ploi.io"
|
||||
},
|
||||
{
|
||||
"title": "Now",
|
||||
"desc": "Global Serverless Deployments. Now makes serverless application deployment easy. Don't spend time configuring the cloud. Just push your code.",
|
||||
"url": "https://zeit.co/now"
|
||||
},
|
||||
{
|
||||
"title": "Namecheap",
|
||||
"desc": "Domains for your projects",
|
||||
"url": "https://namecheap.com"
|
||||
},
|
||||
{
|
||||
"title": "Servers for hackers",
|
||||
"desc": "Tutorials on how to handle your servers.",
|
||||
"url": "https://serversforhackers.com/"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user