Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wotermelon/vue-cli-plugin-sprite
vue-cli 3 plugin to build a sprite img
https://github.com/wotermelon/vue-cli-plugin-sprite
plugin sprite vue-cli
Last synced: 25 days ago
JSON representation
vue-cli 3 plugin to build a sprite img
- Host: GitHub
- URL: https://github.com/wotermelon/vue-cli-plugin-sprite
- Owner: wotermelon
- License: mit
- Created: 2018-11-27T08:04:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-27T08:52:45.000Z (about 6 years ago)
- Last Synced: 2024-03-24T01:00:37.813Z (10 months ago)
- Topics: plugin, sprite, vue-cli
- Language: JavaScript
- Size: 56.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-cli-plugin-sprite
[![Code Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com)
[![Software License](https://img.shields.io/github/license/swisnl/vue-cli-plugin-svg-sprite.svg)](LICENSE.md)vue-cli 3 plugin to build a sprite img using [webpack-spritesmith](https://github.com/mixtur/webpack-spritesmith).
## Install
```bash
vue add sprite
```## Usage
Use the `webpack-spritesmith` webpack plugin, check the [documentation](https://github.com/mixtur/webpack-spritesmith) for other/advanced usages.
## Credits
This package is a vue-cli 3 plugin wrapping [webpack-spritesmith](https://github.com/mixtur/webpack-spritesmith).
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.