Skip to content

uw-it-aca/solstice-vue

Repository files navigation

Coverage Status

axdd-components

AXDD VueJS Component Library

  • Vue 3
  • Vite 2
  • Bootstrap 5

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Build documentation website

npm run build:web

Compile and Build component library

npm run build:lib

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