code-web-editor
v4.1.7
Published
[<img height="50px" src="https://media0.giphy.com/media/5ABGt7KDXJ62zg7oI0/giphy.gif?cid=790b761123aba84c737efe59273d3d75b3dbaef458bf13a4&rid=giphy.gif&ct=s" />](https://code-web-editor.vercel.app/)
Downloads
7
Readme
code-web-editor
Save to a local file
- This application was uploaded on GitHub -> https://github.com/jon1Santos/code-web-editor
- So you can save the state of the application to a local file, uploading the app to a local server
npx code-web-editor serve
- You can pass some arguments, like
-p
to set the server port or thefilename
that you want to save the application state
npx code-web-editor serve -p 5000 mySavedState.js
To implement a new function before app be render
- You can see the comments of the
use-cumulative-code
into thehooks
folder
Features
- Bundling-code: esbuild-wasm
- CSS Templates: bulmaswatch
- Code Editor: monaco-editor
- State Manipulation Control: immer
- Online Unpacker: https://unpkg.com/