Skip to content

uw-it-aca/solstice-vue

Repository files navigation

Coverage Status

solstice-vue

Solstice Vue Component Library

  • Vue 3
  • Bootstrap 5
  • Vite 4 (library packaging)

Note: This repo does not currently deploy to any host.

Requirements

Install or update the following applications:

Project Setup

git clone [email protected]:uw-it-aca/solstice-vue.git
cd solstice-vue
npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Build component library

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

Run Unit Tests with Coverage report

npm run coverage

Lint with ESLint

npm run eslint

Lint with Stylelint

npm run stylelint