Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
Suite of modules and commands for building performant applications with zero configuration
- Host: GitHub
- URL: https://github.com/wagerfield/nuxt-stack
- Owner: wagerfield
- License: mit
- Created: 2019-02-21T16:09:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T18:32:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T07:22:20.700Z (about 1 month ago)
- Topics: cli, nuxt, nuxt-module, pwa, vue
- Language: JavaScript
- Homepage: https://nuxtstack.org
- Size: 8.35 MB
- Stars: 66
- Watchers: 4
- Forks: 2
- Open Issues: 46
-
Metadata Files:
- Readme: readme.md
- License: license
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