Skip to content

Commit 0389636

Browse files
committed
docs: rename to vue-zone
1 parent 2827271 commit 0389636

File tree

12 files changed

+34
-28
lines changed

12 files changed

+34
-28
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy EasyTemplate Docs to Pages
1+
name: Deploy VueZone Docs to Pages
22

33
on:
44
# 在针对 `main` 分支的推送上运行。

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.vitepress/dist
22
.vitepress/cache
33
node_modules
4+
.DS_Store

.vitepress/config.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -153,21 +153,21 @@ const vue3ElementAdminSidebarConfig: DefaultTheme.SidebarItem[] = [
153153

154154

155155
export default defineConfig({
156-
base: '/easy-docs/',
157-
title: 'EasyTemplate',
156+
base: '/docs/',
157+
title: 'VueZone',
158158

159159
lastUpdated: true,
160160
cleanUrls: true,
161161
metaChunk: true,
162162

163163
head: [
164-
['link', { rel: 'icon', href: '/easy-docs/favicon.svg', type: 'image/svg+xml' }],
165-
['link', { rel: 'alternate icon', href: '/easy-docs/favicon.ico', type: 'image/png', sizes: '16x16' }],
164+
['link', { rel: 'icon', href: '/docs/favicon.svg', type: 'image/svg+xml' }],
165+
['link', { rel: 'alternate icon', href: '/docs/favicon.ico', type: 'image/png', sizes: '16x16' }],
166166
['meta', { name: 'theme-color', content: '#55a578' }],
167167
['meta', { property: 'og:type', content: 'website' }],
168168
['meta', { property: 'og:locale', content: 'zh' }],
169-
['meta', { property: 'og:title', content: 'EasyTemplate | Out of the box Vue 3 template' }],
170-
['meta', { property: 'og:site_name', content: 'EasyTemplate' }],
169+
['meta', { property: 'og:title', content: 'VueZone | Out of the box Vue 3 template' }],
170+
['meta', { property: 'og:site_name', content: 'VueZone' }],
171171
// ['meta', { property: 'og:url', content: '' }],
172172
],
173173

@@ -179,7 +179,7 @@ export default defineConfig({
179179
},
180180

181181
socialLinks: [
182-
{ icon: 'github', link: 'https://github.com/easy-temps' },
182+
{ icon: 'github', link: 'https://github.com/vue-zone' },
183183
{ icon: 'x', link: 'https://twitter.com/charlie9627' }
184184
],
185185

@@ -199,7 +199,7 @@ export default defineConfig({
199199
},
200200

201201
editLink: {
202-
pattern: 'https://github.com/easy-temps/easy-docs/edit/main/:path',
202+
pattern: 'https://github.com/vue-zone/docs/edit/main/:path',
203203
text: '在 GitHub 上编辑此页面',
204204
},
205205

@@ -214,7 +214,7 @@ export default defineConfig({
214214

215215
footer: {
216216
message: '基于 MIT 许可发布',
217-
copyright: '版权所有 © 2022-2024 EasyTemplate',
217+
copyright: '版权所有 © 2022-2025 VueZone',
218218
},
219219
},
220220

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
Copyright (c) 2024 Easy.Template
3+
Copyright (c) 2025 VueZone
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Easy Docs
1+
# VueZone
22

3-
Easy Template 官方文档
3+
VueZone 官方文档

guide/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# :wave: 介绍 {#intro}
22

3-
[EasyTemplate](https://github.com/easy-temps) 是一个基于 [Vue 3](https://cn.vuejs.org/) 生态系统的开源模板组织,旨在构建开箱即用的移动、中后台模板,帮助你快速完成业务开发。所有模板全部采用 `ECMAScript` 模块(ESM)规范来编写和组织代码,使用了最新的 `Vue3``Vite5``TypeScript``Pinia``Unocss` 等主流技术开发,其中每个模板因使用场景不同,也有各自的生态,这一点请看具体模板的介绍。
3+
[VueZone](https://github.com/vue-zone) 是一个基于 [Vue 3](https://cn.vuejs.org/) 生态系统的开源模板组织,旨在构建开箱即用的移动、中后台模板,帮助你快速完成业务开发。所有模板全部采用 `ECMAScript` 模块(ESM)规范来编写和组织代码,使用了最新的 `Vue3``Vite5``TypeScript``Pinia``Unocss` 等主流技术开发,其中每个模板因使用场景不同,也有各自的生态,这一点请看具体模板的介绍。
44

55
## :pencil: 进展 {#plan}
66

7-
目前,[vue3-vant-mobile](https://github.com/easy-temps/vue3-vant-mobile)[vue3-varlet-mobile](https://github.com/easy-temps/vue3-varlet-mobile) 移动模板已经稳定可用,作者正在计划实现 [v3](https://github.com/easy-temps/vue3-vant-mobile/issues/84) 版本;同时针对 `SSR` 场景,[nuxt3-vant-mobile](https://github.com/easy-temps/nuxt3-vant-mobile) 也在实现中。作者计划2024年8月份完成所有移动模板的实现,后面主要关注两个中后台模板项目,分别是[vue3-antdv-admin](https://github.com/easy-temps/vue3-antdv-admin)[vue3-element-admin](https://github.com/easy-temps/vue3-element-admin),这两个中后台模板的功能设计除了现在模板生态里面常见功能外,作者还计划实现工作流审批、低代码设计平台等高级功能特性。敬请期待!
7+
目前,[vue3-vant-mobile](https://github.com/vue-zone/vue3-vant-mobile)[vue3-varlet-mobile](https://github.com/vue-zone/vue3-varlet-mobile) 移动模板已经稳定可用,作者正在计划实现 [v3](https://github.com/vue-zone/vue3-vant-mobile/issues/84) 版本;同时针对 `SSR` 场景,[nuxt3-vant-mobile](https://github.com/vue-zone/nuxt3-vant-mobile) 也在实现中。作者计划2024年8月份完成所有移动模板的实现,后面主要关注两个中后台模板项目,分别是[vue3-antdv-admin](https://github.com/vue-zone/vue3-antdv-admin)[vue3-element-admin](https://github.com/vue-zone/vue3-element-admin),这两个中后台模板的功能设计除了现在模板生态里面常见功能外,作者还计划实现工作流审批、低代码设计平台等高级功能特性。敬请期待!

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
layout: home
33

4-
title: EasyTemplate
4+
title: VueZone
55
titleTemplate: Out of the box Vue 3 template
66

77
hero:
8-
name: EasyTemplate
8+
name: VueZone
99
text: 开箱即用的 Vue 3 移动、中后台模板
1010
tagline: 帮助你快速完成业务开发
1111
actions:
@@ -14,10 +14,10 @@ hero:
1414
link: /guide/
1515
- theme: alt
1616
text: GitHub
17-
link: https://github.com/easy-temps
17+
link: https://github.com/vue-zone
1818
image:
1919
src: /logo.svg
20-
alt: EasyTemplate
20+
alt: VueZone
2121

2222

2323
features:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "easy.template",
2+
"name": "docs",
33
"type": "module",
44
"packageManager": "[email protected]",
55
"description": "Out of the box vue3 template",

vue3-vant-mobile/browser-adaptation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ body, p, li {
131131

132132
恭喜你!已经完成了 Rem 布局的适配,现在请重新检查兼容性问题是否解决。
133133

134-
> 遇到问题[扫码进群](/vue3-vant-mobile/#feedback)或提交[议题](https://github.com/easy-temps/vue3-vant-mobile/issues)寻求帮助。
134+
> 遇到问题[扫码进群](/vue3-vant-mobile/#feedback)或提交[议题](https://github.com/vue-zone/vue3-vant-mobile/issues)寻求帮助。
135135
136136
## 原子化 CSS (Atomic CSS) {#atomic-css}
137137

vue3-vant-mobile/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ outline: deep
99
## 开发环境 {#development}
1010

1111
`vue3-vant-mobile` 使用 [Vite](https://cn.vitejs.dev/) 作为前端构建工具,使用 [pnpm](https://pnpm.io/zh/) 作为包管理器,两者能够显著提升前端开发体验。
12-
在最新的 `Vite` 版本当中,要求 [Node.js](https://nodejs.org/en) 版本 `18+``20+`(推荐优先安装长期维护 `LTS` 版), `pnpm` 版本应不小于 `v9`
12+
在最新的 `Vite` 版本当中,要求 [Node.js](https://nodejs.org/en) 版本 `20+`(推荐优先安装长期维护 `LTS` 版), `pnpm` 版本应不小于 `v9`
1313

1414
如果您还没有安装 `pnpm`,请执行下面的命令进行安装。
1515

@@ -31,14 +31,14 @@ npm config set registry https://registry.npmmirror.com
3131

3232
这种方式是你希望使用 [GitHub](https://github.com/) 作为代码仓库的时候使用。
3333

34-
[使用这个模板在 GitHub 上创建一个仓库](https://github.com/easy-temps/vue3-vant-mobile/generate)
34+
[使用这个模板在 GitHub 上创建一个仓库](https://github.com/vue-zone/vue3-vant-mobile/generate)
3535

3636
### 本地克隆 {#local-clone}
3737

3838
如果您喜欢使用更干净的 `git` 历史记录,请执行下面的操作。
3939

4040
```bash
41-
npx tiged easy-temps/vue3-vant-mobile my-mobile-app
41+
npx tiged vue-zone/vue3-vant-mobile my-mobile-app
4242
cd my-mobile-app
4343
```
4444

0 commit comments

Comments
 (0)