# vuepack **Repository Path**: mirrors_kuitos/vuepack ## Basic Information - **Project Name**: vuepack - **Description**: :package: A modern starter for Vue and Webpack - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README If you want to build a Vue app really really fast, try using [vbuild](https://github.com/egoist/vbuild) now, which means no setup for you to start a Vue app. # VuePack [![release](https://img.shields.io/github/release/egoist/vuepack.svg)](https://github.com/egoist/vuepack/releases) ![extra](https://img.shields.io/badge/actively%20maintained-yes-ff69b4.svg) ## Technologies - Vue - Webpack - Babel 6 - Vuex - Vue-Router - Hot reloading components and Vuex mutations - PostCSS & cssnext - Autoprefixer ## Quick Start ```bash $ git clone https://github.com/egoist/vuepack.git $ cd vuepack $ npm install $ npm run dev # open http://localhost:3030 ``` ## Usage |Command|Description| |---|---| |npm install|Install dependencies| |npm run dev|Run webpack and server with hot-reload enabled| |npm run build|Build assets for production use, dumped in `./build`| ## License MIT © [EGOIST](https://github.com/egoist)