https://github.com/logustra/svg-sprites
Create SVG Sprites using webpack 4
https://github.com/logustra/svg-sprites
svg svg-icons svg-sprites webpack webpack4
Last synced: about 1 month ago
JSON representation
Create SVG Sprites using webpack 4
- Host: GitHub
- URL: https://github.com/logustra/svg-sprites
- Owner: logustra
- Created: 2018-11-30T14:37:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T12:16:02.000Z (over 7 years ago)
- Last Synced: 2025-07-18T14:52:19.709Z (11 months ago)
- Topics: svg, svg-icons, svg-sprites, webpack, webpack4
- Language: JavaScript
- Homepage: https://svg-sprites.netlify.com/
- Size: 8.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SVG Sprites
[Create SVG Sprites Using Webpack 4](http://logustra.com/membuat-svg-sprites-menggunakan-webpack-4/)
## Quick Start
1. Make sure you have these installed
* [node.js](http://nodejs.org/)
* [yarn](https://yarnpkg.com/en/)
* [webpack](https://webpack.js.org/)
2. Clone repository `git clone https://github.com/logustra/svg-sprites`
3. CD to the folder `cd svg-sprites`
4. Run `yarn install`
5. Run `yarn start`
6. Happy to use :)