@researa/form v1.1.15
Researa Form Package
This repository serves as a centralized source for the internally used form context and components
Getting started
Node modules
Install all node modules before
npm installTesting locally
Create a local build by running the following command within the /form directory:
npm run packTo use the local build you can update the package.json dependencies to point to the local build. When manually changing the dependency be diligent to revert back to the package hosted by NPM before committing changes to git.
The updated package.json should look similar to the following:
{
// ...
"dependencies": {
// ...
"@researa/form": "file:../../packages/form/pack/researa-form-<version>.tgz",
// ...
}
// ...
}Publishing the package
To publish the package, first increment the package number following the semantic versioning standard.
Once the package has been thoroughly tested, the package can be published to NPM using the following command.
npm run publish12 months ago
1 year ago
1 year ago
12 months ago
12 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago