WPA (Progressive Web App) version is HERE https://github.com/wkei/sketch
An offline JSFiddle/CodePen/JSBin like desktop app powered by Vue + Electron
<div id="app">
{{ message }}
</div>
var app = new Vue({
el: '#app',
data: {
message: 'Hello Vue!'
}
})
<img src="holder.js/300x200?bg=f1faff">
cd app
yarn
yarn dev
cd app
yarn
yarn build
cd ../electron
yarn start
- Tested on macOS Sierra & win7
- Install libiaries base on terminal log
cd app
yarn build
cd ../electron
yarn build-mac
yarn build-win
yarn build-linux