logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Ts +Vue3 基础介绍

一、安装Ts(typeScript):运行npm install -g typescrtpt oryarn add global typescript执行tsc -v查看是否安装成功二、还是一样编写第一个helloword// hello.tsfunction hello (person) {return "hello" + person}let text = 'word'console.log(

#typescript
到底了