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.
|
|
12 months ago | |
|---|---|---|
| .husky | 1 year ago | |
| auto | 1 year ago | |
| src | 12 months ago | |
| .env.development | 1 year ago | |
| .env.production | 1 year ago | |
| .eslintignore | 1 year ago | |
| .eslintrc.cjs | 1 year ago | |
| .gitignore | 1 year ago | |
| .prettierignore | 1 year ago | |
| .prettierrc.cjs | 1 year ago | |
| README.md | 1 year ago | |
| index.html | 1 year ago | |
| package.json | 1 year ago | |
| tsconfig.json | 1 year ago | |
| vite.config.ts | 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运行对应平台命令)