1.0.4 • Published 5 years ago

create-iconfont v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Create Icon Font

create-iconfont

Installation

To use this template, your computer needs:

  • NodeJS (Version 11 or greater recommended, tested with 11.10.0)
  • Git

Manual Setup

To manually set up the template, first download it with Git:

git clone https://github.com/mpalpha/create-iconfont.git

Then open the folder in your command line, and install the needed dependencies:

cd create-iconfont
yarn

Finally, run gulp serve to run Gulp. Your finished site will be created in a folder called dist, viewable at this URL:

http://localhost:8000

You may also run npx . serve with options.