0.0.0-SNAPSHOT • Published 2 years ago

gsd-vue-qpcr v0.0.0-SNAPSHOT

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

gsd-vue-qpcr

A collection of Vue 3 components for qPCR software.

The library is coded with TypeScript, built with Vite and the documentation is based on VitePress. The composition API of Vue 3 is heavily used.

The library depends on PrimeVue for general purpose components such as button and toolbar. Apache Echarts is the fundation library for charting.

Setup

Ensure you have the latest LTS version of NodeJS installed.

# install the dependencies
npm install

# start the doc app in dev mode
npm run docs:dev

# build the library
npm run build

Development

Visual Studio Code with the following extensions:

  • Volar (Language support for Vue 3)

THe following are useful npm scripts:

# format all source codes using prettier
npm run format