We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the form-controller is part of Enketo client and can live outside of it as a package. Keeping it outside of Enketo will allow for
form-controller
enketo
index.js -> index.ts
build
babel
browserify
npm install
The text was updated successfully, but these errors were encountered:
Current status on the development of the package can be seen at : Ansh-Sarkar/form-controller
Sorry, something went wrong.
No branches or pull requests
Description
Currently, the form-controller is part of Enketo client and can live outside of it as a package. Keeping it outside of Enketo will allow for
Things to implement
form-controller
as a separate package and import intoenketo
index.js -> index.ts
)build
command, automatically push the package to the NPM registrybabel
andbrowserify
to convert the nodeJS APIs to browser based APIsform-controller
package using thenpm install
command.The text was updated successfully, but these errors were encountered: