Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kscript/css-sprite-generator
在线css雪碧图生成器
https://github.com/kscript/css-sprite-generator
css generator javascript sprite vue vuejs
Last synced: about 2 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 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T15:06:09.000Z (about 2 years ago)
- Last Synced: 2023-03-02T05:52:08.179Z (almost 2 years 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: 2
- 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/).