Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hjzheng/ccms-icons
数据赢家 icons 不建议使用,请使用 hjzheng/ccms-svg-icons
https://github.com/hjzheng/ccms-icons
ccms icons shuyun
Last synced: 27 days ago
JSON representation
数据赢家 icons 不建议使用,请使用 hjzheng/ccms-svg-icons
- Host: GitHub
- URL: https://github.com/hjzheng/ccms-icons
- Owner: hjzheng
- License: mit
- Created: 2017-08-24T03:09:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T07:00:59.000Z (almost 6 years ago)
- Last Synced: 2024-04-16T05:34:11.112Z (7 months ago)
- Topics: ccms, icons, shuyun
- Language: HTML
- Homepage: https://github.com/hjzheng/ccms-svg-icons
- Size: 720 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ccms-icons
数据赢家 icons将所有的 icons 从 ccms-components 分离出来, 这样加新 icon 时, 就不用升级组件库了.
#### 说明
如果工程中使用的是 v2.22.3-0 之前的版本, 需要手动引入 ccms-icons
```js
npm install ccms-icons --save
```在工程中的主 scss 文件中引入 _iconfont.scss, 如下, 注意路径和引入顺序:
```scss
@import "../../node_modules/ccms-icons/iconfont";
```如果是 v2.22.3-0(包括v2.22.3-0) 之后的版本, 则无需手动引入 ccms-icons
#### 补充说明
2019-01-07:
ccms-icons 不在用于添加新的 icons,为了优化被依赖的项目打包体积,请使用 [ccms-svg-icons](https://github.com/hjzheng/ccms-svg-icons) 按需引入项目需要的 icons。