brainsum/tieto_styles

通用的Tieto风格组件。

安装: 14

依赖: 0

建议者: 0

安全: 0

星星: 1

关注者: 8

分支: 1

语言:HTML

1.0.0-alpha8 2018-10-10 13:55 UTC

README

通用的Tieto风格组件。

安装

Composer

  • 在您的composer.json文件中将此添加为仓库
{
  "type": "vcs",
  "url": "https://github.com/brainsum/tieto_styles"
}
  • 我们正在使用alpha发布版,添加最小稳定性
  "minimum-stability": "dev",
  "prefer-stable": true,
  • 作为开发依赖项要求
composer require --dev brainsum/tieto_styles:^1.0

NPM

  • 类型
npm i brainsum/tieto_styles
  • 或将添加到package.json
"tieto_styles": "github:brainsum/tieto_styles"