Files
cypress/packages/frontend-shared/README.md
Jessica Sachs 338da82961 feat(frontend-shared): unifying frontend components, build tools, styles, test config, and more. (#18265)
* feat(frontend-shared): Adding shared components, styles, test tooling, build tooling, and plugins

* chore(launchpad): fix build for feat/fronted-shared-infra (#18267)

* wip: fix build

* fix tests

* modify tsconfig

* fix typing error

* simplify imports

Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
2021-09-28 17:48:18 +10:00

781 B

Frontend Shared

Building

For development

We only use Cypress Component Tests to develop the components in isolation

## from repo root
yarn workspace @packages/frontend-shared cypress:open

Developing

For the best development experience, you will want to use VS Code with the Volar extension. This will give you type completion inside vue files.

Testing

yarn workspace @packages/frontend-shared test-unit

Utility class usage

Windi CSS can create an awesome interactive summary showing our usage of utility classes and design tokens. Running this command will generate this report and serve it on localhost.

## from this directory
yarn windi