“Live up to the time, the creation of non-stop, this article is participating in 2021 year-end summary essay competition”

Looking back at the whole year, the past is as clear as yesterday. At the beginning of the year, under the unfavorable situation of the epidemic, I hurried back to the campus and began a busy study for half a year.

In order to cope with the dilemma of unemployment after graduation, I had to study. After a semester’s study, I first got in touch with Vue and entered the most familiar Hello World.

<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, "> <meta http-equiv=" x-UA-compatible "content=" IE =edge"> <title>Hello World</title> <script SRC = "/ js/vue. Js" > < / script > < / head > < body > < h1 > Hello < / h1 > < div id = "app" > {{message * * * *}} / / both values to maintain consistent, The value displayed is Hello vue! </div> <script> var vm = new Vue({el:'#app',// app data:{message:'hello world! '}}); </script> </body> </html>Copy the code

Then you learned about Element-UI, a UI framework for Vue

Following the video, I did an e-commerce management background, thinking that I had learned vue and Element-UI, but when I did it, I found that I still had many problems, such as the proxy problem of AXIos and many other problems, such as router problems.

During the summer vacation, I participated in the internship. After I joined the internship unit, the assigned department did not use the Vue I had learned, but the hybrid programming of native Html+Css+Js. Instead, I used Layui as the front-end framework. The founders also recommended using Vue, and an era passed.

Then I used Vue and UNI-app to write projects, and began to get familiar with the operation of UNI-App again. Now it is the end of the internship, and the year has passed in a hurry, and the New Year is coming!

2022# In the New Year, I hope I can have a trip without hesitation, a long trip that will never come back! (Fake, it is impossible to leave, how to leave without food!)

I have wanted to travel for a long time, but I could not finish it due to the epidemic. I hope the epidemic will end as soon as possible, so that I can have a trip never to return and a spiritual sublimation!

Finally, fuel yourself! Paddle hard, stick to fishing, resist overtime!