We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2019-08-28 11:40:00
由于需求的越来越多,项目也随之变得越来越大,然后构建时间就越来越久,因此想做一个 webpack 的优化。
做优化呢,就想先说明下一些基本的背景情况,比如项目大小,页面数量,构建机器的配置,以及使用的 webpack 版本,node 版本,七七八八的信息。
因此就有了统计项目代码行数的需求。
最终找到了这个 cloc . 统计项目代码很赞。
cloc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
由于需求的越来越多,项目也随之变得越来越大,然后构建时间就越来越久,因此想做一个 webpack 的优化。
做优化呢,就想先说明下一些基本的背景情况,比如项目大小,页面数量,构建机器的配置,以及使用的 webpack 版本,node 版本,七七八八的信息。
因此就有了统计项目代码行数的需求。
最终找到了这个
cloc
. 统计项目代码很赞。学习文章
The text was updated successfully, but these errors were encountered: