https://github.com/kscript/css-sprite-generator
在线css雪碧图生成器
https://github.com/kscript/css-sprite-generator
css generator javascript sprite vue vuejs
Last synced: 11 months ago
JSON representation
在线css雪碧图生成器
- Host: GitHub
- URL: https://github.com/kscript/css-sprite-generator
- Owner: kscript
- Created: 2019-01-07T08:47:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T19:38:15.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T21:44:58.099Z (about 1 year ago)
- Topics: css, generator, javascript, sprite, vue, vuejs
- Language: Vue
- Homepage: https://kscript.gitee.io/css-sprite-generator/index.html
- Size: 5.52 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# css-sprite-generator
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Live demo
在线demo: [view](https://kscript.github.io/css-sprite-generator/docs/index.html)
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).