You will be building a simple knowledge base site in Vue js. A basic structure has been set up, you will just need to build on top of it. But if you want to move things around, feel free to do so.
- Clone this repo
- Complete this task by pushing it to your repo and send the link to us
- Please incorporate the included modules into your solution. Other modules are up to you.
- Clone/download this repository
git clone https://github.com/PutuZX/frontend-test.git
- Install dependencies
npm install
- run the project
npm start