@scenso/styleguide

Styleguide intégration for Scenso.tv Nuxt Plateform

Usage no npm install needed!

<script type="module">
  import scensoStyleguide from 'https://cdn.skypack.dev/@scenso/styleguide';
</script>

README

@scenso/styleguide

npm version npm downloads Circle CI Codecov Dependencies Standard JS

Styleguide intégration for Scenso.tv Nuxt Plateform

📖 Release Notes

Setup

  1. Add @scenso/styleguide dependency with yarn or npm into your project
  2. Add @scenso/styleguide to modules section of nuxt.config.js
  3. Configure it:
{
  modules: [
    // Simple usage
    '@scenso/styleguide',

    // With options
    ['@scenso/styleguide', { /* module options */ }],
 ]
}
  • Add node-sass sass-loader in your dev dependency using yarn or npm to your project

Development

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) OlivierBelaud