aa6ed9a3e2
This completes #14 |
||
---|---|---|
.github/workflows | ||
screenshots | ||
src | ||
.gitignore | ||
.jshintrc | ||
LICENSE.md | ||
package.json | ||
readme.md | ||
webpack.config.js |
VaultUI
This is a very simple UI for working with secrets in Hashicorp Vault
How to build:
npm install --save-dev
npx webpack
The resulting built files will be in dist/
How to run in development:
Use whatever browser you want, I personally test on latest Microsoft Edge Dev build.
npm install --save-dev
WEBPACK_MODE=development BROWSER=google-chrome npx webpack serve