brainsum / tieto_styles
通用的Tieto风格组件。
1.0.0-alpha8
2018-10-10 13:55 UTC
This package is auto-updated.
Last update: 2024-09-08 23:54:38 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"