Skip to content

An offline desktop app likes JSFiddle/CodePen/JSBin powered by Vue + Electron

Notifications You must be signed in to change notification settings

wkei/sketchcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SketchCode

WPA (Progressive Web App) version is HERE https://github.com/wkei/sketch

An offline JSFiddle/CodePen/JSBin like desktop app powered by Vue + Electron

demo

start screen

Download Links

Injected Plugins

Vue

<div id="app">
  {{ message }}
</div>
var app = new Vue({
  el: '#app',
  data: {
    message: 'Hello Vue!'
  }
})

Holder.js

<img src="holder.js/300x200?bg=f1faff">

Develop in browser

cd app
yarn
yarn dev

Test app

cd app
yarn
yarn build

cd ../electron
yarn start

Package

  • 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