Platform X Style Guide & Helpers
- Add
nuxt-platform-x
dependency using yarn or npm to your project - Add
nuxt-platform-x
tomodules
section ofnuxt.config.js
{
modules: [
// Simple usage
"nuxt-platform-x",
// With options
[
"nuxt-platform-x",
{
/* module options */
}
]
];
}
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Start development server using
npm run dev
Copyright (c) Tim Mushen [email protected]