Hexo 安装
前提下载Nodejs
node中文网
node官方网站
Hexo
Hexo中文网
官网
版本限制
1. 安装命令1、全局安装hexo-cli1npm install -g hexo-cli
2、局部安装hexo12npm install hexo测试二
123# 已放弃使用 npm config set registry https://registry.npm.taobao.org# 最新镜像源npm config set registry https://registry.npmmirror.com
一、npm 安装element-plus12在vue3cli 项目更目录下的命令行中输入以下代码npm install element-plus --save
二、main.js中全局引入1234在mian.js 中加入以下代码import ElementPlus from 'element-plus'import 'element-plus/dist/ind...
一、npm安装vue-router插件 12在项目文件夹下的命令行输入以下命令: npm install vue-router
二、在vue3cli项目下的src文件夹中创建router包并配置1.创建router包2.创建index.js输入以下代码基本配置123456789import { createRouter, createWebHashHistory ...
一、npm 安装axios12在vue3cli 项目更目录下的命令行中输入以下代码npm install axios
二、在main.js中引入12345在main.js中写入一下代码import axios from 'axios'; axios.defaults.baseURL='接口的http前缀'Vue.prototype.$axios = ...
1. python类型介绍
python基本数据类型
intstrdouble