All Projects → wkei → Sketchcode

wkei / Sketchcode

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sketchcode

Rednotebook
RedNotebook is a cross-platform journal
Stars: ✭ 336 (+226.21%)
Mutual labels:  desktop, offline
Zonote
Cross-platform desktop note-taking app. Sticky notes with Markdown and Tabs. All in one .txt file.
Stars: ✭ 255 (+147.57%)
Mutual labels:  desktop, offline
Smart-Text-Editor
The text editor that requires only a browser and a keyboard!
Stars: ✭ 60 (-41.75%)
Mutual labels:  offline, desktop
Zettlr
A Markdown Editor for the 21st century.
Stars: ✭ 6,099 (+5821.36%)
Mutual labels:  desktop, offline
Extract.autodesk.io
A sample showing how to extract viewables from the Autodesk OSS storage to your local machine
Stars: ✭ 97 (-5.83%)
Mutual labels:  offline
Ytmdesktop
A Desktop App for YouTube Music
Stars: ✭ 1,297 (+1159.22%)
Mutual labels:  desktop
Nanoleaf Desktop
A modern desktop application for the Nanoleaf Aurora and Canvas
Stars: ✭ 90 (-12.62%)
Mutual labels:  desktop
Pwa Weather
Minimal Weather PWA: Offline, Push Notification and Web Payments
Stars: ✭ 89 (-13.59%)
Mutual labels:  offline
Destreamer
Save Microsoft Stream videos for offline enjoyment.
Stars: ✭ 1,365 (+1225.24%)
Mutual labels:  offline
Esteem Surfer
Ecency desktop formerly known as Esteem Surfer - reimagined desktop social wallet, contribute and get rewarded (for Windows, Mac, Linux)
Stars: ✭ 100 (-2.91%)
Mutual labels:  desktop
Ngx Pwa Offline
RxJS operator and other utils catching offline errors in Angular apps (= async pipe everywhere!)
Stars: ✭ 94 (-8.74%)
Mutual labels:  offline
Sms Bomber
A very, very simple sms bomber written in python and now java. You can adjust the amount of texts sent, and the interval at which they are sent (if you want any). For educational purposes only.
Stars: ✭ 91 (-11.65%)
Mutual labels:  desktop
Universal Data Tool
Collaborate & label any type of data, images, text, or documents, in an easy web interface or desktop app.
Stars: ✭ 1,356 (+1216.5%)
Mutual labels:  desktop
Offline Gallery
🎈 A 16kb Preact & Redux based Progressive Web App that offers an offline gallery experience of external images.
Stars: ✭ 90 (-12.62%)
Mutual labels:  offline
My dotfiles
Just a collections of my dotfiles...
Stars: ✭ 101 (-1.94%)
Mutual labels:  desktop
Angular2 Hn
💥 Progressive Hacker News client built with Angular
Stars: ✭ 1,293 (+1155.34%)
Mutual labels:  offline
Nodegui Starter
A starter repo for NodeGui projects
Stars: ✭ 93 (-9.71%)
Mutual labels:  desktop
Wq.app
💻📱 wq's app library: a JavaScript framework powering offline-first web & native apps for geospatial data collection, mobile surveys, and citizen science. Powered by Redux, React, Material UI and Mapbox GL.
Stars: ✭ 99 (-3.88%)
Mutual labels:  offline
X
Desktop environment in the browser.
Stars: ✭ 1,316 (+1177.67%)
Mutual labels:  desktop
Apipeline
Feature-rich and pluggable offline-first API wrapper for all your javascript environements ! Easily wire-up your API and make your app work offline in minutes.
Stars: ✭ 92 (-10.68%)
Mutual labels:  offline

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].