mirror of https://github.com/certd/certd
6950d779e0 | ||
---|---|---|
.. | ||
public | ||
src | ||
tests/unit | ||
.browserslistrc | ||
.editorconfig | ||
.env | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.npmignore | ||
.prettierrc | ||
README.md | ||
babel.config.js | ||
index.html | ||
package.json | ||
tsconfig.json | ||
vite.config.ts |
README.md
certd-ui
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your unit tests
npm run test:unit
Lints and fixes files
npm run lint