-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1423119
commit 53a14ba
Showing
1 changed file
with
7 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,9 @@ | ||
# Nuxt 3 Minimal Starter | ||
<p align="center"> | ||
<img alt="logo" src="https://gaojianghua.oss-cn-hangzhou.aliyuncs.com/weChatLogo.png" width="120" height="120" style="margin-bottom: 10px;"> | ||
</p> | ||
<h3 align="center" style="margin: 30px 0 30px;font-weight: bold;font-size:40px;">Mr. Gao's Blog</h3> | ||
<h3 align="center">高江华的个人博客</h3> | ||
|
||
We recommend to look at the [documentation](https://v3.nuxtjs.org). | ||
## 说明 | ||
|
||
## Setup | ||
|
||
Make sure to install the dependencies | ||
|
||
```bash | ||
yarn install | ||
``` | ||
|
||
## Development | ||
|
||
Start the development server on http://localhost:3000 | ||
|
||
```bash | ||
yarn dev | ||
``` | ||
|
||
## Production | ||
|
||
Build the application for production: | ||
|
||
```bash | ||
yarn build | ||
``` | ||
|
||
Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment). | ||
Mr. Gao's Blog,是基于[Nuxt3](https://nuxt.com/)与[Tailwind](https://www.tailwindcss.cn/)的制作的个人博客。收录本人积累的技术文章并开放本人介绍以及本人简历。 |