neox.js v1.0.7
Improvements v1.0.7
modules.js
file completely removed, new files created. index.js
renders now the
neoxStrictMode()
function which renders the app. The index.js
file is the new entry
point.
What to wait for in v1.0.8
More math functions in creation and the start of the neox-router project.
About Neox.js
Neox is a JavaScript library which contains Python functions, components and more. Neox is
only available for single-page applications. Running the app uses the Live Server
extension created by Ritwick Dey. (Visual Studio Code from Microsoft)
For beta developers
We added the func.js
and render.js
files which are derived from the earlier modules.js
file. The pre-release neox-router
package wil be added in min. 1 week.
Files
When installing, please move the neox.js
folder outside of the node_modules
folder.
Delete all files within the node_modules
folder, like desktop.ini
, package.json
(not the
one inside neox-app
) and package-lock.json
(also not in neox-app
).