File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 22
33Experiment to reproduce Erlang style processes in browser. The api follows the one from Erlang. All are found on the ` ProcessSystem ` class
44
5+ #### Documentation
6+
7+ https://elixirscript.github.io/processes/
8+
9+ #### Demo
10+
11+ https://elixirscript.github.io/processes/demo/
12+
513#### Usage
614
715- First, import the ProcessSystem create a new instance of one.
Original file line number Diff line number Diff line change 88 "build" : " tsc" ,
99 "test" : " ava test" ,
1010 "dev" : " NODE_ENV=development webpack-dev-server --open --content-base / --config webpack.dev.config.js --mode development" ,
11- "demo:build" : " NODE_ENV=production webpack --config webpack.prod.config.js --mode production" ,
11+ "demo:build" : " NODE_ENV=production webpack --config webpack.prod.config.js --mode production" ,
1212 "docs:build" : " typedoc --excludeExternals --mode file --out docs && npm run demo:build"
1313 },
1414 "keywords" : [
You can’t perform that action at this time.
0 commit comments