0.1.2 • Published 2 years ago

reejig-testing-package v0.1.2

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

Reejig Platform UI Kit

UI Kit for Reejig Platform. This project will generate 2 build outputs:

  1. build for production (dist)
  2. build for storybook (storybook-static) -> will be used for chromatic

Preview

Chromatic

Stack

  1. Vue and Typescript
  2. CSS Framework: Tailwind
  3. Server Side State using Vue-Query
  4. Documentation: Storybook, Chromatic
  5. Unit Tests: Jest

TODO

  • chromatic
  • tailwind
  • design tokens
  • vue-query

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Run Storybook

yarn storybook

Push to Chromatic

yarn chromatic

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

References