# vite-vue2-starter **Repository Path**: drs-github-accelerates-dedicated/vite-vue2-starter ## Basic Information - **Project Name**: vite-vue2-starter - **Description**: A simple example on how you can use Vue 2 with Vite - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-27 - **Last Updated**: 2022-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vite-vue2-starter A simple start for using vue2 with vite, using [underfin's vite-plugin-vue2](https://github.com/underfin/vite-plugin-vue2). ## Scripts ```bash npm run dev # start dev server npm run build # build for production npm run serve # locally preview production build ```