Chuck Norris Jokes
Project setup
cp .env.example .env
yarn
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint
Run your unit tests
yarn test:unit
Demo
Check here.
cp .env.example .env
yarn
yarn serve
yarn build
yarn lint
yarn test:unit
Check here.