随笔分类 -  Vue

摘要:1 创建一个vue的项目 使用命令 vue create axios-vue 创建,可以什么都不用勾选 2 安装axios npm install axios --save 如果安装过程很慢的话,也可以使用下面的cnpm npm install cnpm -g --registry=https:// 阅读全文
posted @ 2021-02-19 19:50 tanyiqu 阅读(577) 评论(0) 推荐(1) 编辑
摘要:1 在main.js中添加如下代码 import Vue from 'vue' import App from './App.vue' import router from './router' // 路由发生变化修改页面title router.beforeEach((to, from, next 阅读全文
posted @ 2021-02-10 22:53 tanyiqu 阅读(505) 评论(0) 推荐(0) 编辑
摘要:Quill介绍 Quill是一款开源的富文本编辑器,基于可扩展的架构设计,提供丰富的 API 进行定制。截止2021年1月,在github上面已有28.8k的star。 Quill项目地址:https://github.com/quilljs/quill/ Quill官网:https://quill 阅读全文
posted @ 2021-02-04 18:54 tanyiqu 阅读(4636) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示