摘要:
默认情况下,WebStorm自带格式化(Ctrl+Alt+L)和ESLint冲突,尽管在代码上鼠标右键,选择“Fix ESLint problems”菜单项,也可以解决这种冲突,但是每次都这样实在太麻烦了!我们可以在工程文件的“.eslintrc.js”文件上鼠标右键,随后选择“Apply ESLi 阅读全文
摘要:
使用yarn安装东西时候出现的错误: fatal: unable to access 'https://github.com/nhn/raphael.git/': Unknown SSL protocol error in connection to github.com:443 最终给Git安装代 阅读全文
摘要:
在已经安装了node之后,在命令行中输入: npm install -g typescript 打印版本号,验证是否安装成功: tsc -v 参考: https://www.runoob.com/typescript/ts-install.html 阅读全文
摘要:
一,查看Vue版本: 1,在命令行输入命令: npm list vue 2,进入项目中package.json文件直接查看。 二,查看Vue/cli版本 在命令行输入下面两个命令哪个都可以: vue -V 或 vue --version 参考: https://www.cnblogs.com/lil 阅读全文