0.2.1 • Published 5 years ago

@xenterprises/nuxt-platform-x v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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