首页
首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
vue3.2+ts
用户964209590957
创建于2022-10-15
订阅专栏
搭建环境
暂无订阅
共6篇文章
创建于2022-10-15
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
自定义组件文档
ProTable Table 属性 属性名 说明 类型 可选值 默认值 必填 columns 列 column 的配置数组 ColumnProps< any > - - true api 请求接口 要
elementPlus
安装element-plus 安装element-plus的字体图标 main.ts .......
pinia 状态管理
安装 创建文件 index.ts 创建文件 GlobalStore.ts main.ts 使用...
router ts版本
安装 创建文件 index.ts main.ts createApp(App).use(router).mount('#app')
axios ts版本
安装axios 统一封装axios请求 index.ts Result.ts httpEnums.ts 使用 跨域 vite.config.ts
前端多环境配置ts版本
创建文件 .env 开发环境 .env.production 线上环境 vite.config.ts tsconfig.json 新增baseUrl,paths