随笔分类 - 前端
摘要:1. 安装中文简体VSCode插件 2. 安装Vetur插件 Vetur支持.vue文件的语法高亮显示,除了支持template模板以外,还支持大多数主流的前端开发脚本和插件,比如Sass和TypeScript 安装前: 安装后: 3. 安装vue vscode snippets vue语法提示,加
阅读全文
摘要:一、环境准备 1.1 查看系统环境 [root@localhost ~]# cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) [root@localhost ~]# uname -m x86_64 [root@localhost
阅读全文