Add content for NuxtJS

This commit is contained in:
Aroyan
2022-02-23 06:57:45 +07:00
committed by GitHub
parent 268cba990f
commit bd533a6ba9

View File

@@ -1 +1,10 @@
# Nuxt js
# NuxtJS
Nuxt.js is a free and open source JavaScript library based on Vue.js, Node.js, Webpack and Babel.js. Nuxt is inspired by Next.js, which is a framework of similar purpose, based on React.js.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://nuxtjs.org/'>Nuxt Website</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Docs' href='https://nuxtjs.org/docs/get-started/installation'>Nuxt Docs</BadgeLink>
<BadgeLink colorScheme='green' badgeText='Course' href='https://explorers.netlify.com/learn/get-started-with-nuxt'>Get Started with Nuxt</BadgeLink>
<BadgeLink colorScheme='green' badgeText='Course' href='https://vueschool.io/courses/nuxtjs-fundamentals'>Nuxt.js Fundamentals</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://nuxtjs.org/tutorials'>Nuxt Tutorials</BadgeLink>