Salt Admin Component Library
A collection of components built with Vue3, TypeScript which we use when building the administration dashboards of our applications.
Project setup
npm install
Storybook
We use Storybook for visualizing and documenting components. To run a local instance of storybook run:
npm run storybook
You can also view them at https://salt-admin-component-library.netlify.app/
Run your unit tests
npm run test:unit
Lints and fixes files
npm run lint