# web_website_initpro **Repository Path**: grand0910/web_website_initpro ## Basic Information - **Project Name**: web_website_initpro - **Description**: 开箱即用。集成了Vite + Vue3.2 + Vue-Router + Typescript + Pinia + Sass + Element Plus + Axios + Echarts - **Primary Language**: TypeScript - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-16 - **Last Updated**: 2023-02-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 简介 项目配置初始化,开箱即用。 ## 技术栈 Vite + Vue3.2 + Vue-Router + Typescript + Pinia + Sass+ Element Plus + Axios + Echarts ## 使用 - 获取项目代码 ```bash git clone https://gitee.com/grand0910/web_website_initpro.git ``` - 安装依赖 ```bash npm install | yarn ``` - 运行 ```bash npm run dev | yarn dev ``` - 打包 ```bash npm run build | yarn build ```