New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@intuition.team/wds

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intuition.team/wds

Winvestor Design System

  • 0.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-66.67%
Maintainers
2
Weekly downloads
 
Created
Source

Как использовать

  1. Установить зависимость

    npm install @intuition.team/wds
    

    или

    yarn add @intuition.team/wds
    
  2. Импортировать css файл

    @import 'node_modules/@intuition.team/wds/dist/wds';
    

    или scss файл

    @import 'node_modules/@intuition.team/wds/wds';
    

Как запустить локально

  1. Склонировать код и перейти в папку проекта.

  2. Установить зависимости:

    yarn install
    
  3. Запустить сайт c примерами:

    yarn start
    
  4. Сайт будет автоматически открыт в браузере по адресу http://localhost:1234.

  5. Чтобы собрать билд дизайн-системы, нужно выполнить:

    yarn build
    
  6. Css файлы будут созданы в папке /dist в папке проекта.

FAQs

Package last updated on 18 Jan 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc