em.css
v1.1.5
Published
Stylish, modern, compact and powerful front-end library for faster and easier web development.
Downloads
2
Readme
em.css
Stylish, modern, compact and powerful front-end library for faster and easier web development.
completely responsive base on bootstrap v4 grid system
Quick start
Several quick start options are available:
- Download the latest release.
- Clone the repo:
git clone https://github.com/mahdi-momeni/em.css.git
- Install with npm:
npm i em.css
- Install with yarn:
yarn add [email protected]
- Install with Composer:
composer require twbs/bootstrap:4.3.1
for run gulp task you should use or install node v10
Step 1 – Install NVM
curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash
Step 2 – Find Available Node.js Version
nvm ls-remote
Step 3 – Node.js Installation with NVM
nvm install v10.16.0
Step 4 – Set Node.js Default Version
nvm use v10.16.0
each time you see error const { Math, Object } = primordials;
or something like that you need set Node.js default version to 10.16.0