# p-vue3 **Repository Path**: behavior/p-vue3 ## Basic Information - **Project Name**: p-vue3 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-01-22 - **Last Updated**: 2024-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README assets - 静态资源文件(图片 svg gif ) components - 公共组件 hooks - hooks公共逻辑 npm i xx 1. npm i axios --save === npm i axios -S (会把你这个包放到dependencies,会打包上线,开模式和生产环境都需要使用) 2. npm i typescript --save-dev === npm i typescript -D (会把你这个包放到devDependencies,不会被打包上线,只是在开发环境有用,生产就没有用了) `npm i pinia -S` `npm i axios -S` `npm i vite -D` `npm i element-ui -S` markdown