Skip to content

dv-cli/taro-vue3

Repository files navigation

使用 Taro3 + Vue3 + TypeScript + NutUi + Pinia 开发模板

准备工作:Vscode 插件安装

  • Eslint
  • Prettier
  • Volar

使用说明

  1. 克隆项目
git clone https://github.com/dv-cli/taro3-vue3.git
  1. 进入项目目录安装依赖
cd taro3-vue3-template
yarn install
  1. 运行小程序开发编译
yarn dev:weapp