Skip to content

Suite of modules and commands for building performant applications with zero configuration

License

Notifications You must be signed in to change notification settings

wagerfield/nuxt-stack

Repository files navigation

Supercharge Nuxt with a suite of modules and commands for building performant applications with zero configuration.

Documentation

Features

  • Get 100/100 on Google Lighthouse out of the box
  • Write tests for Vue components without having to configure Jest
  • Have ESLint and Prettier lint and format your code automatically
  • Ships with popular modules like @nuxtjs/pwa and @nuxtjs/axios
  • Only bundles plugins that you use—keeping JS payloads as small as possible
  • Preconfigured with normalize.css, sass-loader and @nuxtjs/style-resources
  • Suite of nuxt commands for linting, formatting, testing and analysing your application
  • Extensive documentation with live examples

Get started

# Make a new directory
mkdir example && cd example

# Install dependencies
yarn add nuxt nuxt-stack

# Initialise a new project
yarn nuxt init

# Start the dev server
yarn dev

Head over to the docs to learn more.

Author

Matthew Wagerfield

License

MIT

About

Suite of modules and commands for building performant applications with zero configuration

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published