Skip to content

timmushen/nuxt-platform-x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nuxt-platform-x

Platform X Style Guide & Helpers

📖 Release Notes

Setup

  • Add nuxt-platform-x dependency using yarn or npm to your project
  • Add nuxt-platform-x to modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    "nuxt-platform-x",

    // With options
    [
      "nuxt-platform-x",
      {
        /* module options */
      }
    ]
  ];
}

Development

  • Clone this repository
  • Install dependencies using yarn install or npm install
  • Start development server using npm run dev

License

MIT License

Copyright (c) Tim Mushen t@x.enterprises

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published