DocOS / doc-os | DEMO
OS simulation for HTML Document. This is a toy with learning purpose, NOT for serious usage.
- Keep each file under ~100 lines of code
flow:
- Import
OS
module const os = OS.getInstance()
os.boot()
...
npm run dev
- run
example/index.html
todo:
- refactor to ES modules format, move to
modules
- refactor
doc-os--require
, then- remove
doc-os--require
- remove
- refactor
doc-os--rollup
, then- remove
doc-os--rollup
- remove
- refactor
- merge all modules into single main module
- finish concept docs
- finish all
@todo
- [nice to have] add tests
- [nice to have] create multiple formats (UMD, ES, amd, CommonJS), if needed