# vite-vue2-template **Repository Path**: WuChenDi/vite-vue2-template ## Basic Information - **Project Name**: vite-vue2-template - **Description**: 🎉 A simple start for using vue2 with vite - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-24 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vite-vue2-template A simple start for using vue2 with vite, using [underfin's vite-plugin-vue2](https://github.com/underfin/vite-plugin-vue2). ## Scripts ```bash yarn # install dependent yarn dev # start dev server yarn build # build for production yarn serve # locally preview production build ```