[coding gas station] vue single page mobile phone mall design

1 Introduction

Designing end-of-course assignments, nowhere to start course design, too many total web page requirements? Don't have a suitable template? Database, java, python, vue, html jobs are complex and the workload is too large? Bi She has no clue and a series of questions. All the problems you want to solve will be solved in the WeChat public account "coding gas station"

2. Introduction of works

The vue single-page mobile phone mall system is implemented using vue technology, which conforms to the knowledge system learned, and is suitable for common homework, final homework, final homework and course design. If you need to obtain more works, please pay attention to the WeChat public account: coding gas station If you need more information, you can leave a message in the WeChat background. Everyone is welcome to ask questions and exchange learning.

2.1. Introduction to works

The vue single-page mobile phone mall system is implemented in a conventional way, which meets most of the requirements. There are relevant documents to explain the code configuration. If you need to learn knowledge points from the code, then this work will be your best choice

2.2. Secondary development tools for works

The code of this work is relatively simple, and it is basically completed using the knowledge points learned in the classroom. You only need to modify the relevant introduction text and some pictures, and you can change it into your own unique code. After downloading the web work, you can use any editing software (for example: DW , HBuilder, NotePAD, Vscode, Sublime, Webstorm (all editors can be used), java, python and other related operations can also complete related secondary development with the tools they often use.

2.3. Technical introduction of the work

Technical aspects of html webpage works: use CSS to make webpage background images, mouse over and selected navigation color change effects, underline and other related technologies to beautify the relevant interface, and some use javascript for verification. Use html5, css3 and other related technologies to complete the technical layout. In this work, common layouts, common floating layouts, and flex layouts will be used.

Technical aspects of vue works: websites developed using vue technology, involving common vue instructions, such as the use of v-for, v-if, v-show, v-html, etc., including the development of common functions such as watch and calculated attributes, and The use of components, the use of vue-related family buckets, and the use of v-router as routing are completely in line with common website development techniques.

3. Demonstration of works

[coding gas station] vue single page local mall

3.1, function page 1

Relevant code:

<!DOCTYPE html>
<html lang=en>

<head>
    <meta charset=utf-8>
    <meta http-equiv=X-UA-Compatible content="IE=edge">
    <meta name=viewport content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=0">
    <link rel=icon href=xuedingcat.ico type=image/x-icon>
    <link rel="shortcut icon" href=xuedingcat.ico>
    <title>coding</title>
    <link href=css/app.6514e142.css rel=preload as=style>
    <link href=css/chunk-vendors.859f4391.css rel=preload as=style>
    <link href=js/app.2e91fd57.js rel=preload as=script>
    <link href=js/chunk-vendors.2159d1d1.js rel=preload as=script>
    <link href=css/chunk-vendors.859f4391.css rel=stylesheet>
    <link href=css/app.6514e142.css rel=stylesheet>
</head>

<body><noscript><strong>肥肠抱歉,coding未被观测</strong></noscript>
    <div id=app></div>
    <script src=js/chunk-vendors.2159d1d1.js></script>
    <script src=js/app.2e91fd57.js></script>
</body>

</html>

 

4. Code structure diagram

 

Summarize

The above is the whole content of this project. If you need to communicate or get the code, please pay attention to the WeChat public account: coding gas station to obtain

Guess you like

Origin blog.csdn.net/pandas23/article/details/130808017