0.8.1 • Published 4 years ago

nuxt-stack-module v0.8.1

Weekly downloads
20
License
MIT
Repository
github
Last release
4 years ago

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