bla bla bla
the following are the steps in order to reproduce this challenge
- make the following directories
- create vue folder through this command
vue create vue
.
├── files/ #contains the website
│ ├── private/ #contains the private page and the page that has to be rendered
│ | ├── vue/ #contains the VueJS stuff
| | :
│ ├── public/ #contains the public assets
│ | ├── assest/css|img|js
│ :
| :
└── ...