随笔分类 -  vue

摘要:1、创建一个新的Vue项目 vue create wangeditor-demo 2、进入创建的新项目 cd wangeditor-demo 3、安装vue项目所需的依赖 npm install 4、下载安装wangeditor包 npm install wangeditor 5、进入vue项目中, 阅读全文
posted @ 2021-09-08 15:49 我是橘子 阅读(453) 评论(0) 推荐(0)
摘要:1、命令行npm install echarts -S 没有安装npm的先另行百度安装 2、main.js中引入 import echarts from 'echarts'; Vue.prototype.$echarts = echarts; 3、创建一个Vue文件,引入 <template> <d 阅读全文
posted @ 2021-09-08 15:48 我是橘子 阅读(125) 评论(0) 推荐(0)