Skip to content

Commit

Permalink
Readmin修改
Browse files Browse the repository at this point in the history
  • Loading branch information
yangjiakai committed Feb 18, 2023
1 parent af6f4a0 commit 2dfbcac
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions README.jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
</p>

<h6 align='center'>
<a href="https://marvelous-sunflower-cb8d70.netlify.app/">ライブ・デモ</a>
<a href="https://unsplash.vuetify3.com/">ライブ・デモ</a>
</h6>

<br>

<p align='center'>
<a href="https://github.com/yangjiakai/vuetify3-base/blob/main/README.md">English</a> | <a href="https://github.com/yangjiakai/vuetify3-base/blob/main/README.zh-CN.md">简体中文</a>| <b >日本語</b>
<a href="https://github.com/yangjiakai/vuetify3-unsplash/blob/main/README.md">English</a> | <a href="https://github.com/yangjiakai/vuetify3-unsplash/blob/main/README.zh-CN.md">简体中文</a>| <b >日本語</b>
</p>

## 序文

これは、vuetify3 + composition api を使用して、一般的な機能やプラグインを統合した開発テンプレートです。このテンプレートを基に、今後の vuetify3 アプリの開発ができます
Unsplash のウェブサイトを模倣したフルプラットフォームのギャラリーアプリを開発し、すべての API 呼び出しは公式の Unsplash API に行われています

## 特徴

Expand All @@ -39,9 +39,9 @@
## 今すぐ試す!

```
git clone https://github.com/yangjiakai/vuetify3-base.git
git clone https://github.com/yangjiakai/vuetify3-unsplash.git
cd vuetify3-base
cd vuetify3-unsplash
npm install
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
</p>

<h6 align='center'>
<a href="https://marvelous-sunflower-cb8d70.netlify.app/">Live Demo</a>
<a href="https://unsplash.vuetify3.com/">Live Demo</a>
</h6>

<br>

<p align='center'>
<b>English</b> | <a href="https://github.com/yangjiakai/vuetify3-base/blob/master/README.zh-CN.md">简体中文</a>| <a href="https://github.com/yangjiakai/vuetify3-base/blob/master/README.jp.md">日本語</a>
<b>English</b> | <a href="https://github.com/yangjiakai/vuetify3-unsplash/blob/master/README.zh-CN.md">简体中文</a>| <a href="https://github.com/yangjiakai/vuetify3-unsplash/blob/master/README.jp.md">日本語</a>
</p>

## Introduction

This is a development template that integrates frequently used features and plugins using vuetify3 + composite APIs. Future vuetify3 apps can be developed based on this template.
Developing a full-platform gallery app that imitates the Unsplash website, all API calls are made to the official Unsplash API.

## Features

Expand All @@ -38,9 +38,9 @@ This is a development template that integrates frequently used features and plug
## Try it now!

```
https://github.com/yangjiakai/vuetify3-base.git
https://github.com/yangjiakai/vuetify3-unsplash.git
cd vuetify3-base
cd vuetify3-unsplash
npm install
Expand Down
10 changes: 5 additions & 5 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
</p>

<h6 align='center'>
<a href="https://marvelous-sunflower-cb8d70.netlify.app/">在线 Demo</a>
<a href="https://unsplash.vuetify3.com/">在线 Demo</a>
</h6>

<br>

<p align='center'>
<a href="https://github.com/yangjiakai/vuetify3-base/blob/master/README.md">English</a> | <b>简体中文</b>| <a href="https://github.com/yangjiakai/vuetify3-base/blob/master/README.jp.md">日本語</a>
<a href="https://github.com/yangjiakai/vuetify3-unsplash/blob/master/README.md">English</a> | <b>简体中文</b>| <a href="https://github.com/yangjiakai/vuetify3-unsplash/blob/master/README.jp.md">日本語</a>
</p>

## 序文

这是一个使用 vuetify3 + 组合式 api,整合了常用功能和插件的开发模板,之后的 vuetify3 app 都可以基于这个模板进行开发
模仿 Unsplash 官网开发 的全平台图库 app,调用的全是 Unsplash 官方的接口

## 特性

Expand Down Expand Up @@ -49,9 +49,9 @@
## 现在可以试试!

```
https://github.com/yangjiakai/vuetify3-base.git
https://github.com/yangjiakai/vuetify3-unsplash.git
cd vuetify3-base
cd vuetify3-unsplash
npm install
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vuetify3-Base</title>
<title>vuetify3-unsplash</title>
<link
href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
Expand Down

0 comments on commit 2dfbcac

Please sign in to comment.