Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.

fandogh/nuxt-helpers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt Modules

Under Heavy improvements, Please use old branch for now. Amazing things coming soon :)

Getting started

1- Install nuxt-modules package:

# YARN
yarn add nuxt-modules

# NPM
npm install nuxt-modules

2- Change your nuxt.config.js:

const NuxtModules = require('nuxt-modules');

module.exports = NuxtModules([
    /* modules here */
], {
    // Your nuxt config
})

3- Add .nuxt-modules to your .gitignore file

Available modules

Modules Development Guide [WIP]

Nuxt has powerful SDK which allows you write your own modules and share them with community.

See MODULES

About

Collection of useful and SSR compatible vue plugins for using with nuxt.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published