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

@b-design/charts

Package Overview
Dependencies
Maintainers
9
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@b-design/charts

B-Design作为云计算生态的一部分,开放给所有阿里云用户,帮助中小企业基于阿里云完成自己的SaaS产品设计与构建

  • 0.0.2
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
9
Weekly downloads
 
Created
Source




About

B-Design 是阿里云推出的一套面向企业应用领域的设计系统。在企业级软件服务逐渐走向云端化的趋势下,为阿里内部及合作伙伴的 SaaS 系统上云提供标准化的设计规范和指导。

Install

npm install @b-design/charts --save

Usage

引用组件

import { Line } from '@b-design/charts'

引用 less 样式 less 文件中

@import '@b-design/charts/lib/style/themes/default.less';
@import '@b-design/charts/dist/b-design-antv.less';
@import '<your-own-less>.less';

Build Process

  • npm i to install packages.
  • npm start to start development.
  • npm run build:live to build for the doc preview site.
  • npm run build:lib to build lib, create release in esm and umd.
  • npm run compile to build compile for release
  • npm run dist to build dist for release
  • npm run pre:publish:npm to prepare package.json for publishing to npm. Run it beforing running transpile.
  • npm run pre:publish:tpm to prepare package.json for publishing to tnpm. Run it beforing running transpile.
  • npm run transpile to generate docs.
  • npm run add:comp <ComponentName> to add a component.
  • npm run variable to open a viewers that shows a map of all component variables.

Keywords

FAQs

Package last updated on 30 Dec 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