<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Ajax做分页</title>
<script src="bootstrap/js/jquery-1.11.2.min.js"></script>
<script src="Ajax_pag.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<link href="bootstrap/css/bootstrap.min.css" rel="external nofollow" rel="stylesheet" type="text/css"/>
</head>
<style>
.header{
margin-top: 20px;
}
</style>
<body>
一、Vue 的基本认识
20201225195043.png
官网:
英文官网: https://vuejs.org/
中文官网: https://cn.vuejs.org/
1、Vue 的特点
遵循MVVM 模式
编码简洁,体积小,运行效率高,适合移动/ PC 端开发
它本身只关注 UI, 可以轻松的引入 vue 插件或其他的第三库开发项目
二、Vue 的基本使用
永远的 HelloWord
编码:
领取专属 10元无门槛券
手把手带您无忧上云