Tool for live editing CSS written in Vue
Application is located at http://kocisov.github.io/coffeebreak/
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
- Fork repo
- Make some code
- Pull request
- Be happy :)
All contributions are very appreciated!