1.0.3 • Published 7 years ago

lighticon v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

LightIcon

A light icon package

##This is an icon package. ##How to use.

###First

npm install --save LightIcon

###Second Modify your webpack.config.js, add this config:

module:{
    loaders:[
        { 
            test: /\.svg$/, 
            loader: 'babel?presets[]=es2015,presets[]=react!svg-react' 
        }
    ]
}

Now, enjoy yourself.

Here is my person blog.

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago