Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wagerfield/nuxt-stack

Suite of modules and commands for building performant applications with zero configuration
https://github.com/wagerfield/nuxt-stack

cli nuxt nuxt-module pwa vue

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

_Supercharge Nuxt_ with a suite of modules and commands for building _performant_ applications with _zero configuration_.

## Documentation

- [Overview](https://nuxtstack.org)
- [Guide](https://nuxtstack.org/guide/)
- [Commands](https://nuxtstack.org/commands/)
- [Module](https://nuxtstack.org/module/)

## Features

- Get [100/100 on Google Lighthouse][google-lighthouse-report] 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](https://nuxtstack.org) with live examples

## Get started

```bash
# 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](https://nuxtstack.org) to learn more.

## Author

[Matthew Wagerfield](https://github.com/wagerfield)

## License

[MIT](https://github.com/wagerfield/nuxt-stack/blob/master/license)

[google-lighthouse-report]: https://lighthouse-dot-webdotdevsite.appspot.com/lh/html?url=https://fancy-example.nuxtstack.org