After you have the design drawing, you can start the front-end development, which is to turn your design drawing into a real web page. But at this time, the web page is static and can only be accessed in the local test, but cannot become a real website. The front-end roughly includes the following technologies:
1. HTML: markup language is used to store content, such as text, pictures, videos, etc., just like bricks.
2. CSS: Stylesheet, in short, makes HTML more beautiful and tidy, just like decorating a house.
3. JS/jQuery: It is generally used to execute interactive events, such as verifying whether the content you enter is correct when submitting a form, and popping up secondary menus when the mouse passes the menu. The main purpose is to make your house more intelligent.
4. UI framework: The popular framework is bootstart, which is a responsive front-end framework that can write pages more quickly, but designers must comply with the design specifications of the framework, such as the grid system specifications.
5. Responsive: Responsive means that you can build a website that can be accessed on desktop computers, laptops, tablets, mobile phones and other devices with different resolutions. On computers, it is a website with computer layout, and on mobile phones, it is a mobile website. This scheme is applicable to enterprise stations with simple and standardized content and structure.
6. PC station: It can only be accessed on desktop computers and laptops. If viewed on a mobile phone, it will be directly shrunk. The experience is extremely poor.
7、 Mobile phone station : Websites visited only on mobile phones and tablets have poor or inaccessible experience when viewed on computers.
8. VUE.js: The open framework is used for application development, commonly used for mobile terminal development and background development, but not for display websites.
9. AJAX: The method of data interaction with the server without refreshing.
|