javascript - Front-end packaging implementation
三叔
三叔 2017-07-07 10:34:32
0
3
1029

I would like to ask if the front-end has any technology that selects the corresponding modules through the interface or other methods, packages and exports the corresponding front-end files, and removes irrelevant modules ?

For example:
1: Module one
2: Function one
3: Module two
4: Style one
After selecting module one, function one and style one, export the corresponding Front-end page functions, etc.?

三叔
三叔

reply all(3)
三叔

Webpack sharding function can be realized
https://webpack.toobug.net/zh...

曾经蜡笔没有小新

Front-end packaging is now all command line. The more common one now is webpack. I have never seen one with UI.

Even for packaging, the demand relationship between modules is all in the code. I have never seen it need to be manually selected. Your demand is strange.

Peter_Zhu

You can try cooking, it’s very convenient to use after configuration

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template