Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hairyf/presets
https://github.com/hairyf/presets
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hairyf/presets
- Owner: hairyf
- Created: 2021-01-22T15:03:15.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:52:56.000Z (about 1 year ago)
- Last Synced: 2024-10-03T08:21:01.298Z (3 months ago)
- Language: TypeScript
- Size: 546 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 项目模板说明
~~~
├── alpha@preset-vue-next-cli # web-vue@3 页面cli开发模板(内部测试版)
├── alpha@preset-vue-next-vite # web-vue@3 页面vite开发模板(内部测试版)
├── preset-uni@full # uni-app 多端开发模板(正式版)
├── preset-vue@full # web-vue@2 页面开发模板(正式版)
├── preset-vue-self@full # web-vue@2-self 页面响应式模板(正式版)
~~~## 安装 dgit 扩展(一个用来下载git仓库文件的命令行工具)
~~~
npm install dgit -g
~~~## uni-app 项目模板使用说明
1. 拷贝项目模板
~~~
dgit TuiMao233/project-development-template/preset-uni@full
~~~2. 进入项目安装依赖:`npm install`
3. 运行编译命令:`npm run dev:mp-weixin`
## web-vue@3 项目模板使用说明
1. 拷贝项目模板
~~~npm
web-vue3-vite(vue3-vite测试模板): dgit TuiMao233/project-development-template/preset-vue@full
~~~
2. 进入项目安装依赖:`npm install`3. 运行编译命令:`npm run dev`
## 多端开发框架Vue3兼容对比表
| 开发框架 | UniApp | Taro |
| ------------------------ | ------------------------------------ | ----------------------------- |
| 多端兼容情况 | Vue3 仅微信小程序支持,Vue2 多端支持 | H5与各厂商小程序,App端均支持 |
| 常用 UI 组件库 | 暂无 | Taro UI Vue3 |
| 运行性能 | 暂无测试 | 暂无测试 |
| IOS 9 或 IE 11 | 暂未兼容(等待Vue官方支持) | 暂未兼容(等待Vue官方支持) |
| setup 语法糖(实验阶段) | 暂不支持 | 暂无测试 |## 其他模板拷贝指令
~~~npm
web-vue3(web模板): dgit TuiMao233/project-development-template/preset-vue@fullweb-vue3-cli(vue3-cli测试模板): dgit TuiMao233/project-development-template/alpha-presets/alpha@preset-vue-next-cli
web-react-vite(react-vite测试模板): dgit TuiMao233/project-development-template/alpha-presets/alpha@preset-react-vite
~~~