Skip to content

Latest commit

 

History

History
36 lines (35 loc) · 1.07 KB

README.md

File metadata and controls

36 lines (35 loc) · 1.07 KB

greenspark-frontend-task

Project Setup

The project has been set up using npm create vue@latest with npm 8.15.0 and node v16.17.0. Also checked with lts versions npm 10.2.4 and node v20.11.1.

npm  install

Compile and Hot-Reload for Development

npm  run  dev

Type-Check, Compile and Minify for Production

npm  run  build

Run Unit Tests with Vitest

npm  run  test:unit

Run E2e Tests with Playwright

npm  run  test:e2e

Run Component Tests Storybook

npm  run  storybook

Lint with ESLint

npm  run  lint
  • I assume that the API will never return a list of widget_products with more than one active state.
  • I am not satisfied with the formatting of Tailwind classes. Normally i handle it with prettier "printWidth": 100 but for some reson this does not work.
  • Tested on Google Chrome 105.0.5195.125 and Mozilla Firefox 123.0
  • Web ARIA evaluated with Wave