ask the bosses, I would like to do a description of the following vue-based website:
background: about 500000 pictures, each picture corresponds to an article.
1. Users edit an article online: you can write text and upload pictures. Save after editing.
2. After saving, go to the detail page and display it as a regular html page (similar to reading an article).
have any related friends done anything like this?
specific doubts are as follows:
1. What technology is used to edit the front end?
2. Can you consider using markdown? Or is it more convenient and concise to implement with html5?
3. How to save so many pictures backstage?