Skip to content

AloisSeckar/nuxt-starter

Repository files navigation

Nuxt Starter

This is a simple but full functional starter for Nuxt framework

About

It basically contains the same as Nuxt Starter on StackBlitz encouraged by Nuxt team to provide minimal bug reproduction, 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-stack which is combined with more useful features and integrations.

If you want to learn more about Nuxt, visit my demos-nuxt project with tutorials and examples.

How to use

  1. git checkout nuxt-starter project
  2. npm install
  3. npm run dev
  4. localhost:3000

Congratulations. You have working Nuxt app project enhanced with ESLint and you can start building atop it.

Tutorial article

https://master-coda.cz/article/nuxt-simple

About

A simple working starter for new Nuxt project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published