mirror of
https://github.com/fluencelabs/fluence-nodejs-template
synced 2024-12-04 19:50:31 +00:00
bump versions, update Readme
This commit is contained in:
parent
832ca441a6
commit
a108aec37a
@ -4,10 +4,9 @@ Template for FluenceJS applications running on nodejs.
|
||||
|
||||
Useful resources:
|
||||
|
||||
- [How to hack on Fluence](https://cutt.ly/HackMoscow)
|
||||
- [Aqua documentation](https://doc.fluence.dev/aqua-book/)
|
||||
- [FluenceJS documentation](https://doc.fluence.dev/docs/fluence-js)
|
||||
- [More examples](https://github.com/fluencelabs/examples)
|
||||
- [Aqua documentation](https://doc.fluence.dev/aqua-book/)
|
||||
- [FluenceJS documentation](https://doc.fluence.dev/docs/fluence-js)
|
||||
- [More examples](https://github.com/fluencelabs/examples)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@ -51,4 +50,4 @@ All aqua code is placed in `aqua` directory. The TypeScript files are located in
|
||||
|
||||
## Using FluenceJS in browser
|
||||
|
||||
You are free to use the UI framework of your choosing. Bootstrap the application and then install the same dependencies and set up the compiler. You can also refer to the [related documentation](https://doc.fluence.dev/docs/fluence-js/2_basics) section. Also you need to configure the http server, hosting you application code to serve additional files. You can read about it in the (documentation)[https://doc.fluence.dev/docs/fluence-js/4_run_in_browser-1]
|
||||
You are free to use the UI framework of your choosing. Bootstrap the application and then install the same dependencies and set up the compiler. You can also refer to the [related documentation](https://doc.fluence.dev/docs/fluence-js/2_basics) section. Also you need to configure the http server, hosting you application code to serve additional files. You can read about it in the [documentation][https://doc.fluence.dev/docs/fluence-js/4_run_in_browser-1]
|
||||
|
10
package.json
10
package.json
@ -20,14 +20,14 @@
|
||||
},
|
||||
"homepage": "https://github.com/fluencelabs/fluence-nodejs-template#readme",
|
||||
"devDependencies": {
|
||||
"@fluencelabs/aqua-lib": "^0.3.3",
|
||||
"ts-node": "^10.4.0",
|
||||
"typescript": "^4.0.0",
|
||||
"@fluencelabs/aqua": "^0.6.0-263",
|
||||
"@fluencelabs/aqua-lib": "^0.4.3",
|
||||
"ts-node": "^10.7.0",
|
||||
"typescript": "^4.6.3",
|
||||
"@fluencelabs/aqua": "^0.7.1-300",
|
||||
"chokidar": "^3.5.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fluencelabs/fluence": "^0.19.1",
|
||||
"@fluencelabs/fluence": "^0.22.0",
|
||||
"@fluencelabs/fluence-network-environment": "^1.0.13"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user