vue-谷歌浏览器安装vue-devtools插件

本文讲解谷歌浏览器安装vue-devtools插件的步骤。

注意:以下vue-devtools插件都是vue2版本的。

一、谷歌浏览器安装vue-devtools

1.1、方式一:直接下载crx并安装

1.网盘下载Vue.js devtools 6.6.1.crx
https://pan.baidu.com/s/1H4339gvHT2d0JPW46eRxQA?pwd=di9j

在这里插入图片描述
2、google浏览器安装vue-devtools

打开google扩展程序,选择【开发者模式】,通过【加载已解压的扩展程序】将chrome文件添加到扩展程序。

在这里插入图片描述

打开一个vue项目,然后打开google调试器,可以看到多显示了vue选项。
在这里插入图片描述

As an AI language model, I cannot perform actions on your machine. However, I can provide you with some possible solutions to this issue. This error message indicates that the systemd service file for Tomcat is missing. You can try the following steps to resolve the issue: 1. Check if Tomcat is installed on your system by running the following command: ```sudo yum list installed | grep tomcat``` If Tomcat is not installed, you can install it using the following command: ```sudo yum install tomcat``` 2. If Tomcat is already installed, check if the service file is present in the appropriate directory. Run the following command to check: ```ls /etc/systemd/system/multi-user.target.wants/``` If you do not see a file named ```tomcat.service``` in the output, it means the service file is missing. 3. You can create the service file manually by creating a new file named ```tomcat.service``` in the directory ```/etc/systemd/system/```. Here's an example of what the file should contain: ``` [Unit] Description=Apache Tomcat Web Application Container After=syslog.target network.target [Service] Type=forking Environment=JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk ExecStart=/usr/local/tomcat/bin/startup.sh ExecStop=/usr/local/tomcat/bin/shutdown.sh User=tomcat Group=tomcat UMask=0007 PrivateTmp=true [Install] WantedBy=multi-user.target ``` Note that you may need to modify some values (e.g., ```JAVA_HOME``` and ```ExecStart```) depending on your system configuration. 4. Once you have created the service file, reload the systemd daemon and start the Tomcat service using the following commands: ``` sudo systemctl daemon-reload sudo systemctl start tomcat ``` You can also enable the service to start automatically at boot time using the following command: ```sudo systemctl enable tomcat```
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

五月天的尾巴

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值