# vue-next-webpack **Repository Path**: backflow/vue-next-webpack ## Basic Information - **Project Name**: vue-next-webpack - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-next-webpack-preview > Minimal webpack setup for Vue 3 (beta) This is for preview purposes only. There might be bugs and undocumented behavior differences from v2, which are expected. Also note that if you are using VSCode, Vetur isn't updated to take advantage of Vue 3's typing yet so intellisense in Vue files may not be fully functional (especially in templates). ### Prerequisites - Node & NPM ### Install ```sh npm install ``` ### Usage ##### Develop ```sh # run dev server at localhost:8080 npm run dev ``` ##### Build ```sh # transpile js for deployment npm run build ```