Britecore Test
-
How long did you spend on the test? Would you do anything differently if you had more time? Around 7 hours. Yes, maybe add more styling.
-
In what ways would you adapt your component so that it could be used in many different scenarios where a data table is required? Make it flexible, configure component props properly, render the template based on its props.
-
What is your favorite CSS property? Why? background property, because it really give the midas touch for app's look & feel
-
What is your favorite modern Javascript feature? Why? Arrow function, because it's powerful and simplify the codes.
-
What is your favorite third-party Vue.js library? Why? axios, really helpful when my app have to connect with backend.
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint
Run your unit tests
npm run test:unit