wagerfield / nuxt-stack

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

Home Page:https://nuxtstack.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://nuxtstack.org

License:MIT License


Languages

Language:JavaScript 90.4%Language:Vue 6.8%Language:CSS 2.9%