The front-end stuff updates too quickly. Afraid of not being able to keep up.
某草草2017-06-19 09:09:45
The construction tool that combines vue-webpack, vue-cli, is maintained by the author of vue. It is the first choice for script development enthusiasts. It does not have as many "rules" as angular. This has its own room for development and is simple to build. There is also a lot of content, you can take the opportunity to learn and learn, I recommend vue-cli, 6~
PHP中文网2017-06-19 09:09:45
If you are writing a business, webpack is recommended. If you are writing a library, rollup is recommended.
给我你的怀抱2017-06-19 09:09:45
Webpack is essentially a packaging + modularization tool
As for building tools, gulp and fis3 are relatively mainstream
After all, webpack must have a js entry file to run
黄舟2017-06-19 09:09:45
The current mainstream ones are gulp or webpack or gulp + webpack. You can also try rollup
Recommended /a/11...