Skip to content

kittaakos/theia-nexe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

theia-pkg

This is a POC to bundle Theia into one single executable with nexe. See: eclipse-theia/theia#4541

Prerequisites

Defined here.

Install

To install the dependencies.

yarn

Build

To generate the application code for both the frontend and the backend.

yarn build

Package

Your executable will be under the dist folder. Do not move the executable only, you should move the entire dist folder instead. It seems, this is a limitation, but has to be verified though.

yarn package