New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@yankovsky/whitepaper-bem

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yankovsky/whitepaper-bem

[![license](https://badgen.net/github/license/whitepapertools/whitepaper-bem)](https://github.com/whitepapertools/whitepaper-bem/blob/master/LICENSE) [![npm version](https://badgen.net/npm/v/whitepaper-bem)](https://www.npmjs.com/package/whitepaper-bem) [

latest
Source
npmnpm
Version
2.1.0
Version published
Maintainers
1
Created
Source

whitepaper-bem

license npm version release

Установка

CDN

Самый просто способ установить дизайн-систему, нужно подключить файл на странице. Тогда система будет работать с любым технологическим стеком, соблюдающим наименование классов.

<!DOCTYPE html>
<html>
    <head>
        <link rel="stylesheet" href="https://whitepaper.tools/cdn/whitepaper-1.0.0.min.css">
    </head>
    <body></body>
</html>

NPM

Можно установить whitepaper, как зависимость в проекте

npm install whitepaper-bem

Доступно как использование БЭМ-компонентов, так и подключение всего собранного css.

Сборка

Для сборки whitepaper.css файла надо выполнить команду npm run build. Собранные файлы будут доступны в папке dist/.

FAQs

Package last updated on 17 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts