-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
项目构建部署相关 #38
Comments
构建配置管理策略
规范?: git commit规范, readme规范, eslint规范, semver规范
多配置文件 配置文件之间的有效组合: |
MISC项目的目录结构设计 layout层用vw和vh 这里我们需要对照下之前的功能模块设计 .gitignore? -> 前缀 / => 代表文件 |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
前端项目
速度优化和体积优化
项目分析: 构建速度分析 + 构建体积分析
speed-measure-webpack-plugin
webpack-bundle-analyzer
项目优化: 构建速度优化 + 构建体积优化
具体的: 通过import()语法实现自动动态模块分包
MISC
The text was updated successfully, but these errors were encountered: