feat: unifly --> unibest
This commit is contained in:
parent
e7262dc1db
commit
aa2353d784
2
.vscode/vue3.code-snippets
vendored
2
.vscode/vue3.code-snippets
vendored
@ -1,5 +1,5 @@
|
||||
{
|
||||
// Place your unifly 工作区 snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
|
||||
// Place your unibest 工作区 snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
|
||||
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
|
||||
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
|
||||
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
|
||||
|
@ -1,9 +1,11 @@
|
||||
# unifly
|
||||
# UniBest
|
||||
|
||||
(原名 vue3-uniapp-template)
|
||||
|
||||
由 Vue3 & Ts & Vite4 & uni-app & UnoCss & UniUI 驱动的跨端快速启动模板,VS Code + Prettier +ESLint + husky + lint-staged + commitlint
|
||||
|
||||
使用 UniBest 写 UniApp,让你拥有 Best 体验
|
||||
|
||||
## 特性
|
||||
|
||||
- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [esbuild](https://github.com/evanw/esbuild) - 就是快!
|
||||
@ -64,13 +66,13 @@
|
||||
|
||||
- ~~`https://github.com/fly-vue3-templates/vue3-uniapp-template`~~ (旧地址)
|
||||
|
||||
- `https://github.com/codercup/unifly` (新地址)
|
||||
- `https://github.com/codercup/unibest` (新地址)
|
||||
|
||||
- gitee
|
||||
|
||||
- ~~`https://gitee.com/fly-vue3-templates/vue3-uniapp-template.git fly`~~ (旧地址)
|
||||
|
||||
- `https://gitee.com/codercup/unifly` (新地址)
|
||||
- `https://gitee.com/codercup/unibest` (新地址)
|
||||
|
||||
> 旧地址也可以访问,会自动跳转到新地址
|
||||
|
||||
|
2
env/.env
vendored
2
env/.env
vendored
@ -1,4 +1,4 @@
|
||||
VITE_APP_TITLE = 'unifly-uniapp'
|
||||
VITE_APP_TITLE = 'UniBest App'
|
||||
VITE_APP_PORT = 9000
|
||||
|
||||
# TODO: 记得修改
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "unifly",
|
||||
"name": "unibest",
|
||||
"version": "0.1.0",
|
||||
"description": "VSCode开发UniApp的最佳模版,Vue3+ts+Vite5+UnoCss+UniHelper+prettier+eslint+stylelint+husky+lint-staged+commitlint,自动格式化,ts的import顺序自动调整,scss文件的属性顺序自动排序。同时提供开箱即用的常用功能。",
|
||||
"type": "commonjs",
|
||||
@ -7,9 +7,9 @@
|
||||
"name": "Burt",
|
||||
"zhName": "菲鸽",
|
||||
"email": "1020103647@qq.com",
|
||||
"url": "https://github.com/codercup/unifly",
|
||||
"github": "https://github.com/codercup/unifly",
|
||||
"gitee": "https://gitee.com/codercup/unifly"
|
||||
"url": "https://github.com/codercup/unibest",
|
||||
"github": "https://github.com/codercup/unibest",
|
||||
"gitee": "https://gitee.com/codercup/unibest"
|
||||
},
|
||||
"scripts": {
|
||||
"dev:app": "uni -p app",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "unifly-uniapp",
|
||||
"name": "UniBest App",
|
||||
"appid": "H5871D791",
|
||||
"description": "",
|
||||
"versionName": "1.0.0",
|
||||
|
@ -8,10 +8,14 @@
|
||||
<view class="bg-white h-full overflow-hidden pt-24 px-4">
|
||||
<view class="mt-8">
|
||||
<image src="/static/logo.png" alt="" class="w-20 h-20 block mx-auto" />
|
||||
<view class="text-2xl text-center mt-4 font-bold"> vue3-uniapp-template </view>
|
||||
<view class="text-2xl text-center mt-4 font-bold"> UniBest </view>
|
||||
</view>
|
||||
<view class="mt-8">
|
||||
<view class="text-center mt-4 font-bold">开箱即用的 uniapp+vue3+ts 模板</view>
|
||||
<view class="text-center mt-4 font-bold text-xl">开箱即用的 uniapp+vue3+ts 模板</view>
|
||||
<view class="text-center mt-4 font-bold"
|
||||
><text class="text-red"> UniBest </text> 写 <text class="text-blue">uni</text>app,拥有
|
||||
<text class="text-blue"> Best</text> 体验 ^_^</view
|
||||
>
|
||||
<!--
|
||||
<view class="mt-8">果然UniIcons 在 微信小程序下颜色丢失</view>
|
||||
<uni-icons type="contact" size="30"></uni-icons>
|
||||
|
Loading…
x
Reference in New Issue
Block a user