All Projects → wagerfield → nuxt-stack

wagerfield / nuxt-stack

Licence: MIT license
Suite of modules and commands for building performant applications with zero configuration

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
CSS
56736 projects

Projects that are alternatives of or similar to nuxt-stack

global-components
Module to register global components for Nuxt.js
Stars: ✭ 57 (-14.93%)
Mutual labels:  nuxt, nuxt-module
nuxt-gsap-module
GSAP module for Nuxt.js
Stars: ✭ 183 (+173.13%)
Mutual labels:  nuxt, nuxt-module
k-domains
A simple module to manage multiple subdomains with just one project
Stars: ✭ 41 (-38.81%)
Mutual labels:  nuxt, nuxt-module
separate-env-module
Tear your variables apart!
Stars: ✭ 53 (-20.9%)
Mutual labels:  nuxt, nuxt-module
vue-plausible
Plausible Analytics Vue.js Plugin and NuxtJS Module
Stars: ✭ 107 (+59.7%)
Mutual labels:  nuxt, nuxt-module
nuxt-babel
Use normal .babelrc file with your Nuxt app
Stars: ✭ 32 (-52.24%)
Mutual labels:  nuxt, nuxt-module
Auth Module
auth.nuxtjs.org
Stars: ✭ 1,624 (+2323.88%)
Mutual labels:  nuxt, nuxt-module
nuxt-winston-log
Nuxt module for logging SSR errors using winston
Stars: ✭ 41 (-38.81%)
Mutual labels:  nuxt, nuxt-module
nuxt-svg-sprite-module
A quick and dirty way to inline svg sprites in your Nuxt app.
Stars: ✭ 21 (-68.66%)
Mutual labels:  nuxt, nuxt-module
nuxt-viewport
🌈 Define custom viewports for your Nuxt project
Stars: ✭ 55 (-17.91%)
Mutual labels:  nuxt, nuxt-module
nuxt-spa-store-init
A simple Nuxt module that will hydrate the VueX store when running in SPA mode (not SSR)
Stars: ✭ 14 (-79.1%)
Mutual labels:  nuxt, nuxt-module
lunr-module
Full-text search with pre-build indexes for Nuxt.js using lunr.js
Stars: ✭ 45 (-32.84%)
Mutual labels:  nuxt, nuxt-module
date-fns-module
Modern JavaScript date utility library - date-fns for Nuxt.js
Stars: ✭ 68 (+1.49%)
Mutual labels:  nuxt, nuxt-module
nuxt-feature-toggle
The nuxt feature toggle module
Stars: ✭ 78 (+16.42%)
Mutual labels:  nuxt, nuxt-module
yamlful
YAML-based HTTP client code generation
Stars: ✭ 77 (+14.93%)
Mutual labels:  nuxt, nuxt-module
nuxt-storyblok-queries
Nuxt.js module to simplify queries to the Storyblok API
Stars: ✭ 17 (-74.63%)
Mutual labels:  nuxt, nuxt-module
nuxt-prune-html
🔌⚡ Nuxt module to prune html before sending it to the browser (it removes elements matching CSS selector(s)), useful for boosting performance showing a different HTML for bots/audits by removing all the scripts with dynamic rendering
Stars: ✭ 69 (+2.99%)
Mutual labels:  nuxt, nuxt-module
nuxt-mail
Adds email sending capability to a Nuxt.js app. Adds a server route, an injected variable, and uses nodemailer to send emails.
Stars: ✭ 62 (-7.46%)
Mutual labels:  nuxt, nuxt-module
nuxt-typo3
TYPO3 Frontend rendered in Vue.js and Nuxt (frontend for EXT:headless)
Stars: ✭ 66 (-1.49%)
Mutual labels:  nuxt, nuxt-module
nuxt-ts-module
A tiny module to use Typescript within Nuxt.js application.
Stars: ✭ 21 (-68.66%)
Mutual labels:  nuxt, nuxt-module

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].