A simple rollup, vue-loader and esbuild setup for quick prototyping.
Vue Rollup Boilerplate is a simple setup that combines Rollup, vue-loader, and esbuild for quick prototyping. It provides support for Vue 2 and offers an alternative option for Vue 3 with Vite. The boilerplate also includes additional features such as using unplugin-vue2-script-setup to bring <script setup> to Vue 2, Rollup Plugin Visualizer to visualize and analyze the bundle, and various components using the atomic design pattern.
git clone <repository_url>
cd <project_directory>
pnpm install
Vue Rollup Boilerplate is a convenient setup for Vue.js development that combines Rollup, vue-loader, and esbuild. It offers support for Vue 2 and provides additional features such as the ability to bring <script setup> to Vue 2 using unplugin-vue2-script-setup and visualizing the bundle with Rollup Plugin Visualizer. The boilerplate also includes a variety of atomic design components and utilizes Makefile and PNPM for task automation and package management. Overall, Vue Rollup Boilerplate is a useful starting point for quick prototyping in Vue.js.