# vue3+cesuim **Repository Path**: bigFace2019/vue3-cesuim ## Basic Information - **Project Name**: vue3+cesuim - **Description**: 将vue3结合cesuim做一些简单demo - **Primary Language**: JavaScript - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-11-10 - **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 ```