# vue3-ts-webpack **Repository Path**: sync-github/vue3-ts-webpack ## Basic Information - **Project Name**: vue3-ts-webpack - **Description**: 使用webpack5搭建的vue3项目,支持typescripts。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-10-07 - **Last Updated**: 2021-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 项目简介 使用 webpack5 与 vue3 搭建的一个脚手架,支持 typescript,目前待完善 ts 支持与项目目录。 ## 安装 - yarn 或者 npm i ## 本地启动 - yarn start 或者 - npm start ## 技术栈 vue3 + webpack5 + typescript ## 模板代码目录结构说明 各目录以实际项目为准,以下为常用目录: - api 接口请求 - assets 为静态资源目录,有 images、styles、fonts 等。 - components 为通用组件目录。 - config 配置 - constants 为常量目录。 - pages 页面,页面组件存放 - plugins 插件模块 - router 路由配置 - store 全局状态 - utils 工具方法