You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
沈明 8cc63e6e9b 增加定时任务 1 year ago
.husky init 1 year ago
auto init 1 year ago
src 增加定时任务 1 year ago
.env.development 对接 1 year ago
.env.production init 1 year ago
.eslintignore init 1 year ago
.eslintrc.cjs init 1 year ago
.gitignore 投票选举 1 year ago
.prettierignore init 1 year ago
.prettierrc.cjs init 1 year ago
README.md init 1 year ago
index.html init 1 year ago
package.json init 1 year ago
tsconfig.json init 1 year ago
vite.config.ts init 1 year ago

README.md

项目介绍

uniapp-vue-vite-ts 是基于 Vue3 + Vite4+ TypeScript + uview-plus V3 + Pinia 等最新主流技术栈构建的uniapp前端模板。

环境 名称版本
开发工具 VSCode
运行环境 Node 16+
VSCode插件(必装) 1. Vue Language Features (Volar)
2. TypeScript Vue Plugin (Volar)
3. 禁用 Vetur
4.ESLint
5.Prettier - Code formatter

项目启动

# 安装 pnpm
npm install pnpm -g

# 安装依赖
pnpm install

# 启动运行
pnpm run dev:h5 (或者查看package.json运行对应平台命令)

项目文档