0.1.0 • Published 4 years ago

qui-ds-ts v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Q-free Design System Library

Source code of the Q-free UI library.

Installation

  1. Clone/download repo
  2. yarn

Usage

Build

yarn build

  • Build app once (HMR disabled) to /dist/

All commands

CommandDescription
yarn run buildBuild app to /dist/
yarn run testRun tests
yarn run lintRun Typescript linter
yarn run lint --fixRun Typescript linter and fix issues
yarn run start(alias of yarn run start-build)

Note: replace yarn with npm in package.json if you use npm.