0.1.3 • Published 9 years ago
iot-font-icons v0.1.3
IOT Font ICONS
	Build Vue ICON Fonts Components from Sktech in the fly targets IOT development.Build Web Font ICON
gulp slice-symbols;
// after build finished check folder inside distbuild Vue Components
npm run prepublish
// this will be a js file `vue-icon-fonts.js` generated.Customize
Generate Web Fonts
- add your own sketch file to assets\sketch
- make slice of every svg icon in one artboard  ``` run `gulp slice-symbols;` to generate web fonts ```
- OR one artboard for one svg``` run `gulp symbols;` to generate web fonts ```
Generate Vue Components
- Follow the setps of Generate Web Fonts
- Run npm run buildto generate vue components
TODO
- Support generate individual SVG and Vue Components from font-awsome