Add interactive page for vue roadmap

pull/1436/head
Kamran Ahmed 2 years ago
parent 780fb66c8b
commit 079f491c0f
  1. 1
      content/roadmaps.json
  2. 7
      content/roadmaps/105-vue/landscape.md
  3. 3
      content/roadmaps/105-vue/meta.json
  4. 2
      lib/roadmap.ts
  5. 2
      public/sitemap.xml

@ -275,7 +275,6 @@
"isCommunity": false,
"featured": true,
"jsonUrl": "/project/vue.json",
"landingPath": "/roadmaps/105-vue/landscape.md",
"resourcesPath": "/roadmaps/105-vue/resources.md",
"versions": [
"latest",

@ -1,7 +0,0 @@
The intent of this guide is to give you an idea about the Vue ecosystem and to help guide your learning if you are confused. We have another [roadmap on the Frontend Development](/frontend) that focuses on the frontend development if you are interested in that.
Also, please note that the list below is exhaustive, and the items are listed in no particular order. You don't need to learn everything listed in the picture, however knowing what you don't know is as important as knowing things.
![](/roadmaps/vue.png)
Please note that the list is opinionated, and you might have different opinions than those of the author. Having said that, [we would love to hear your opinions](https://github.com/kamranahmedse/developer-roadmap/issues/new) and incorporate them in the picture if suitable.

@ -36,7 +36,6 @@
"isCommunity": false,
"featured": true,
"jsonUrl": "/project/vue.json",
"landingPath": "./landscape.md",
"resourcesPath": "./resources.md",
"versions": [
"latest",
@ -49,4 +48,4 @@
},
"pdfUrl": "/pdfs/vue.pdf",
"contentPathsFilePath": "./content-paths.json"
}
}

@ -43,5 +43,5 @@ export function getFeaturedRoadmaps(): RoadmapType[] {
}
export function isInteractiveRoadmap(id: string): boolean {
return ['frontend', 'backend', 'devops'].includes(id);
return ['frontend', 'backend', 'devops', 'vue'].includes(id);
}

@ -33,7 +33,7 @@
<url>
<loc>https://roadmap.sh/vue</loc>
<changefreq>monthly</changefreq>
<lastmod>2022-08-08T14:53:14.763Z</lastmod>
<lastmod>2022-08-08T14:56:45.396Z</lastmod>
<priority>1.0</priority>
</url>
<url>

Loading…
Cancel
Save