Jolaolu / on-quiz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ca-survey

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Side Note

Due to imcompatibility issues bwtween jest ~28 and previous versions, please run tests with

yarn test:unit  

or

yarn jest fileName.spec.ts

running jest fileName.spec.ts or jest will probably throw a jsdom error, for more info

Customize configuration

See Configuration Reference.

About


Languages

Language:Vue 42.4%Language:TypeScript 32.8%Language:JavaScript 19.7%Language:HTML 3.8%Language:SCSS 1.3%