UI component library for SmartDok.
yarn install
yarn run build
yarn run lint
yarn test:unit
Installed plugins:
- ESLint
- Vetur
Relevant configuration options:
"files.trimTrailingWhitespace": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"vue"
],
"eslint.packageManager": "yarn"