0.1.1 • Published 7 years ago
bem-module v0.1.1
bem-module
A NustJS module to use BEM directive with SSR.
Based on @verstaerker/vue-bem bem directive.
Setup
- Add the bem-moduledependency withyarnornpmto your project
- Add bem-moduleto themodulessection ofnuxt.config.js
- Configure it:
{
  modules: [
    // Simple usage
    'bem-module',
    // With options
    ['bem-module', { /* module options, same as for vue-bem */ }]
  ]
}Development
- Clone this repository
- Install dependencies using yarn installornpm install
- Start development server using npm run dev
License
Copyright (c) Vlad Barcelo
0.1.1
7 years ago