Skip to content

创建命令

基于vite5.4创建

1、react18.3创建命令

sh
   npm init vite@latest my-react-app -- --template react-ts

2、小程序创建命令

  • 微信开发者工具新建

3、vue3.5创建命令

sh
   npm init vite@latest my-vue-app -- --template vue-ts