hotpack vue3 plugin
environment node >=14
npm install @duhongwei/hotpack-vue3
clone the template project to experience all the features
git clone https://github.com/duhongwei/hotpack-tpl-vue3.git my-app
cd my-app
npm install
@duhongwei/hotpack-vue3 provides references to vue, vue-router, vuex, supports pre-rendering and server-side rendering, no need to install these three modules separately
import Vue from 'vue'
import vueRouter from 'vue-router'
import Vuex from 'vuex'
These modules will be packaged into the final file only if you actually use them.
import {Vue,VueRouter,Vuex} from "@duhongwei/hotpack-vue3"
See vue3 example