Supercharge Nuxt with a suite of modules and commands for building performant applications with zero configuration.
@nuxtjs/pwa
and @nuxtjs/axios
normalize.css
, sass-loader
and @nuxtjs/style-resources
nuxt
commands for linting, formatting, testing and analysing your application# 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.