Last updated
Last updated
You can see an example .
This example shows how to set up PurgeCSS with vue-webpack template.
Once you initialized your project with vue init webpack
, install the webpack plugin for PurgeCSS:
You need to modify the file webpack.prod.conf.js
by adding the following code:
line 13
line 58
This example is importing the bootstrap css framework. Without PurgeCSS, the css file size is 117 kB. Using PurgeCSS, the css file size is 2.98 kB