简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
统计vue项目的代码量
需求想要统计一下自己写的vue项目的代码量。主要是src文件夹下的html、css、js、vue文件的总代码量解决方案使用git bash,切换至vue项目的src目录下,然后输入如下命令:find . -name "*.html" -or -name "*.js" -or -name "*.css" -or -name "*.vue" -print | xargs wc -l命令解析...
vue 报错 You are using the runtime-only build of Vue where the template compiler is not available.
问题描述学习vue-router官方教程,'起步’章节,<router-view>无效果,控制台报warn:You are using the runtime-only build of Vue where the template compiler is not available.Either pre-compiler the templates into render fu...
Module build failed (from ./node_modules/@vue/cli-plugin-babel/node_modules/babel-loader/lib/index.j
写着代码听着歌,保存代码后突然就报错了,你敢信?再保存其他页面,其他页面也报错了你敢信?太神奇了,流下了对前端原理一无所知的泪水…应对措施:删除node_modules,重新npm i。以后出现类似问题,删除node_modules,重新npm i不包治百病,但是一般的奇葩报错,应该是能应付应付。...
到底了