Solstice Vue Component Library
- Vue 3
- Bootstrap 5
- Vite 4 (library packaging)
Note: This repo does not currently deploy to any host.
Install or update the following applications:
git clone [email protected]:uw-it-aca/solstice-vue.git
cd solstice-vue
npm install
npm run dev
npm run build
This command will produce a /dist directory that will be imported by other apps.
Run Unit Tests with Vitest
npm run test:unit
npm run coverage
Lint with ESLint
npm run eslint
Lint with Stylelint
npm run stylelint