nuxt-stack

0.8.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i nuxt-stack

Weekly Downloads

0

Version

0.8.1

License

MIT

Unpacked Size

3.44 kB

Total Files

5

Last publish

Collaborators

  • wagerfield