1 Star 0 Fork 10

阿古旺 / uniapp-vue3-ts-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

🌈 uniapp-vue3-ts-template 基础框架

介绍

  • 基于 vue3.3+ ,TypeScript ,Vite3 ,Pinia 等开发的 uniapp 基础框架
  • 开源地址

注意事项

  • 项目路径请不要使用中文命名!!!会造成解析乱码!!!请使用全英文路径!!!
  • node >=16(建议使用 18 版本) ,pnpm >=7

前端依赖

框架 说明 版本
Vue vue 框架 3.3.4
Vite 开发与构建工具 4.4.9
TypeScript JavaScript 的超集 5.2.2
pinia Vue 存储库 替代 vuex5 2.0.33
vue-i18n 国际化 9.4.1
uniapp uniapp 3.0.0

安装使用

  • 查看当前 npm 源
npm config ls
npm config set registry https://registry.npmjs.org
  • 如果您还没安装 pnpm,请执行下面命令
npm install -g pnpm
  • mac 用户遇到安装报错请在命令前加上 sudo

  • 安装依赖

pnpm install
  • 运行项目
pnpm run dev:h5
  • 打包
pnpm run build:h5
  • 安装一个包
pnpm add 包名
  • 卸载一个包
pnpm remove 包名
  • 其他命令请看 package.json

Git 贡献提交规范

  • 参考 vue 规范 (Angular)

    • feat 增加新功能
    • fix 修复问题/BUG
    • style 代码风格相关无影响运行结果的
    • perf 优化/性能提升
    • refactor 重构
    • revert 撤销修改
    • test 测试相关
    • docs 文档/注释
    • chore 依赖更新/脚手架配置修改等
    • workflow 工作流改进
    • ci 持续集成
    • types 类型定义文件更改
    • wip 开发中
MIT License Copyright (c) 2022 xingyuv Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

uniapp-vue3-ts-template 基础框架 基于 vue3.2+ ,TypeScript ,Vite3 ,Pinia等开发的 uniapp 基础框架 展开 收起
TypeScript
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
TypeScript
1
https://gitee.com/aguwang/uniapp-vue3-ts-template.git
git@gitee.com:aguwang/uniapp-vue3-ts-template.git
aguwang
uniapp-vue3-ts-template
uniapp-vue3-ts-template
master

搜索帮助