jspatron
v0.9.2
Published
core functionality of patronjs
Downloads
36
Maintainers
Readme
PatronJs
you need to have babeljs installed and install the development dependencies
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-async-to-generator": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"babel-loader": "^8.1.0"
}
the framework uses async await to render the view
is a dependency, see the structure