Skip to content

开箱即用的uni-app vue3 TS 工程化模板项目,主要用于小程序开发使用,包含vuex4,sass/less,tailwindcss,axios,vant-weapp,jest,eslint

License

Notifications You must be signed in to change notification settings

PZ-18664918826/uni-vue3-ts-template

 
 

Repository files navigation

uni-vue3-ts-template

uni-app vue3-ts 模板项目

本项目主要用于小程序开发使用,不支持H5

feature

prod

dev

  • eslint
  • sass
  • typescript
  • tailwindcss
  • less

使用

安装依赖

yarn install

开发热重载

微信小程序

yarn serve
# or
yarn dev:mp-weixin

生产环境打包构建

微信小程序

yarn build
# or
yarn build:mp-weixin

然后将编译结果dist/dev/mp-weixin导入微信开发者工具即可运行

图片

图片

图片

其它更多脚本 查看 package.json中的scripts

About

开箱即用的uni-app vue3 TS 工程化模板项目,主要用于小程序开发使用,包含vuex4,sass/less,tailwindcss,axios,vant-weapp,jest,eslint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 33.1%
  • Vue 23.3%
  • TypeScript 17.2%
  • SCSS 17.1%
  • HTML 9.0%
  • Shell 0.3%