# test_vue2 **Repository Path**: tu-jipang/test_vue2 ## Basic Information - **Project Name**: test_vue2 - **Description**: vue2项目,用于测试一些功能 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-29 - **Last Updated**: 2023-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # test02 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). 挨个查找浏览器、本机、路由缓存,是否有访问链接地址的缓存,有的话直接访问 没有的话,查看链接地址是否为域名地址,为域名地址则需要进行DNS解析,将域名解析成ip地址 访问ip链接地址 进行三次握手,搭建连接通道 获取返回信息,解析dom,搭建dom树,解析css搭建渲染树,解析js,结合dom树、渲染树生成页面 数据返回完毕,进行四次挥手,断开连接通道