Project Stub

screenshot of Project Stub

deps

Overview

The project-stub is a template project repository used for creating BEM projects. It provides the minimal configuration files and folders necessary for a quick start. It includes two main BEM libraries by default: bem-core and bem-components. The installation requirements include having Node.js 4+ and Git Bash (for Windows users). The supported browsers depend on the versions of the bem-core and bem-components libraries. The project can be built using ENB or gulp.

Features

  • Template project repository for BEM projects
  • Includes minimal configuration files and folders
  • Supports two main BEM libraries: bem-core and bem-components
  • Easy installation with Node.js 4+ and Git Bash
  • Works with ENB or gulp for building the project
  • Supports multiple browsers (excluding Internet Explorer 8.0 by default)
  • Provides commands for starting and stopping the development server
  • Allows creating blocks and pages with BEM commands
  • Offers documentation, tutorials, and videos for learning BEM

Summary

The project-stub is a template project repository for BEM projects. It provides a quick start for creating BEM projects by including the necessary configuration files and folders. It supports two main BEM libraries and can be easily installed with Node.js and Git Bash. The project-stub also offers documentation and tutorials for learning BEM and provides commands for building the project. It is a valuable resource for developers looking to start BEM projects.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.