vue-obj-explorer
Welcome aspiring Tokar! This your first test to enter the front-end team.
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.
Instructions
Create a fork of this repository to push your code to.
Your aim is to create a very simple visualizer and editor for nested objects,
like the one we put in the data.obj
of the main instance.
Your missions:
- Visualize the object clearly, like in the console or vue dev-tools
- Allow edition of property values (bonus: avoid mutating the props directly!)
- Allow edition of property names
- Send btn : display in the console.log Timing: 1h