@xenterprises/nuxt-platform-x
v0.2.1
Published
Platform X Style Guide & Helpers
Readme
nuxt-platform-x
Platform X Style Guide & Helpers
Setup
- Add
nuxt-platform-xdependency using yarn or npm to your project - Add
nuxt-platform-xtomodulessection ofnuxt.config.js
{
modules: [
// Simple usage
"nuxt-platform-x",
// With options
[
"nuxt-platform-x",
{
/* module options */
}
]
];
}Development
- Clone this repository
- Install dependencies using
yarn installornpm install - Start development server using
npm run dev
License
Copyright (c) Tim Mushen [email protected]
