Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kocisov/coffeebreak
Tool for live editing CSS components written in Vue
https://github.com/Kocisov/coffeebreak
Last synced: 3 months ago
JSON representation
Tool for live editing CSS components written in Vue
- Host: GitHub
- URL: https://github.com/Kocisov/coffeebreak
- Owner: kocisov
- Created: 2016-03-11T16:11:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-21T21:55:42.000Z (over 7 years ago)
- Last Synced: 2024-08-01T00:40:08.926Z (6 months ago)
- Language: HTML
- Homepage: http://kocisov.github.io/coffeebreak/
- Size: 1.28 MB
- Stars: 61
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue-cn - Coffeebreak ★38
- awesome-vue - coffeebreak - 实时编辑CSS组件工具 (UI组件)
- awesome-github-vue - coffeebreak - 实时编辑CSS组件工具 (UI组件)
- awesome - coffeebreak - 实时编辑CSS组件工具 (UI组件)
- awesome-github-vue - coffeebreak - 实时编辑CSS组件工具 (UI组件)
README
# coffeebreak ![version](https://img.shields.io/badge/version-0.2.0-brightgreen.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) ![notests](https://img.shields.io/badge/yet-true-ff69b4.svg)
> Tool for live editing CSS written in Vue## Screenshot
## Run coffeebreak
Application is located at http://kocisov.github.io/coffeebreak/### Compile your own build
```
git clone https://github.com/Kocisov/coffeebreak.git
cd coffeebreak
npm install# for devServer with hot reload
npm start
# build for production
npm run build
```## Contribution
1. Fork repo
2. Make some code
3. Pull request
4. Be happy :)All contributions are very appreciated!