vue-cli-plugin-split-vendors
v0.0.1
Published
SplitVendors Plugin for Vue CLI 4/5
Downloads
137
Maintainers
Readme
vue-cli-plugin-split-vendors
A Vue CLI 4/5 Plugin for splitting vendor libs into separate chunks
💿 Install
If you haven't yet installed vue-cli, first follow the install instructions here: https://github.com/vuejs/vue-cli
Generate a project using vue-cli:
vue create my-app
Add the plugin with the following command
cd my-app
vue add split-vendors
📑 License
Copyright (c) 2021-present Jacek Karczmarczyk