NOTE: This project is now deprecated in favor of nuxt-v4-starter
This is a simple but full functional starter for Nuxt framework v3
It basically contains the same as Nuxt Starter on StackBlitz featured by Nuxt team as the online playground, but without <NuxtWelcome> component and with additional ESLint configuration for static JS code analysis, which I found very useful and worth adopting from your very first steps.
I recommend this setup for learning and testing purposes or for simple projects only. As a starting point for a real application, I'd advise you consider picking my nuxt-ignis project which provides more useful features and integrations.
If you want to learn more about Nuxt, visit my demos-nuxt project with tutorials and examples.
git clone https://github.com/AloisSeckar/nuxt-starter.gitcd nuxt-starternpm installorpnpm installnpm run devorpnpm devhttp://localhost:3000/
Congratulations. You have working Nuxt v3 app project enhanced with ESLint and you can start building atop it.