Skip to content

This is a comparison between NextJS and NuxtJS initial setup

Notifications You must be signed in to change notification settings

dannypk/next-vs-nuxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NextJS vs NuxtJS

For a while now I've been thinking to learn a bit about VueJS - it's comes after ReactJS and AngularJS as the new hype. But I didn't want to spend too much time figuring out how to do the routing, the webpack configuration and so on. Since I am using NextJS for a while now, I thought giving a try to NuxtJS, which is basically the same thing just .. it's for VueJS and not for ReactJS.

Here what you see are the initial setup of both of these frameworks so you can see the difference after running the first lines of 'getting started'

  • for Nuxt application: npx create-nuxt-app
  • for React application: npx create-next-app

I wrote an article about my opinion trying Nuxt on Medium. Feel free to leave a comment and enjoy coding! 😉

Thank you! 😃

About

This is a comparison between NextJS and NuxtJS initial setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published