Skip to content

ololobus/project-stub

 
 

Repository files navigation

Minimal setup to test a BEM project with scopes

This repository contains the minimal configuration-files and folders you will need to load two different BEM projects on the one page.


Installation Requirements

You may also consider installing bem-tools locally to your environment for ease of use, though it is not required


Installation

  1. git clone https://github.com/ololobus/project-stub -b scoped

  2. cd project-stub

  3. npm install

  4. ./node_modules/.bin/bower install

cd libs/bem-bl && npm install
cd libs/bem-components && npm install
  1. export BEM_CONFLICTS_NO=scopedapp

  2. ./node_modules/.bin/bem server

  3. Go to http://localhost:8080/desktop.bundles/index/index.html

About

Simple BEM project example

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.6%
  • CSS 0.4%