支付宝扫一扫付款
微信扫一扫付款
(微信为保护隐私,不显示你的昵称)
Symfony自带了纯JavaScript库 - 名为 Webpack Encore - 它令操作CSS和JavaScript如同儿戏。你可以使用它,也可以用别的(工具),或者直接在 web/
目录中创建CSS和JS文件,然后在模板中包容它们。
Webpack Encore is a simpler way to integrate Webpack into your application. It wraps Webpack, giving you a clean & powerful API for bundling JavaScript modules, pre-processing CSS & JS and compiling and minifying assets. Encore gives you professional asset system that's a delight to use.
Encore is inspired by Webpacker and Mix, but stays in the spirit of Webpack: using its features, concepts and naming conventions for a familiar feel. It aims to solve the most common Webpack use cases.
Tip
Encore is made by Symfony and works beautifully in Symfony applications. But it can easily be used in any application... in any language!
本文,包括例程代码在内,采用的是 Creative Commons BY-SA 3.0 创作共用授权。