bem-module
v0.1.1
Published
A NuxtJS module to use BEM directive with SSR.
Downloads
6
Readme
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
