Stub out story/controls and use code-mirror with vim for text-editing
This commit is contained in:
parent
c255e19c42
commit
6a0f95812a
11 changed files with 383 additions and 44 deletions
|
|
@ -31,8 +31,7 @@ import { Versions } from './versions';
|
|||
|
||||
declare const versions: Versions; // preload
|
||||
|
||||
const information = document.getElementById('info') as HTMLElement;
|
||||
information.innerText = `This app is using Chrome (v${versions.chrome()}), Node.js (v${versions.node()}), and Electron (v${versions.electron()})`;
|
||||
console.log(`This app is using Chrome (v${versions.chrome()}), Node.js (v${versions.node()}), and Electron (v${versions.electron()})`);
|
||||
|
||||
async function func() {
|
||||
const response = await versions.ping();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue