Web development technologies have evolved at an incredible clip over the past few years.
Introducing RealWorld.
It's a great solution for learning how other frameworks work.
# nuxt_case
**Repository Path**: ifercarly/nuxt_case
## Basic Information
- **Project Name**: nuxt_case
- **Description**: Nuxt 案例
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2021-10-10
- **Last Updated**: 2024-10-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: SSR
## README
## 00. 资源准备
仓库地址:https://github.com/gothinkster/realworld
在线示例:https://demo.realworld.io/#/
接口文档:https://github.com/gothinkster/realworld/tree/master/api
页面模板:https://github.com/gothinkster/realworld-starter-kit/blob/master/FRONTEND_INSTRUCTIONS.md
## 01. 创建项目
```bash
npm init -y
npm i nuxt
```
`package.json`
```json
{
"scripts": {
"dev": "nuxt"
},
}
```
`pages/index.vue`
```html
Hello World
Web development technologies have evolved at an incredible clip over the past few years.
It's a great solution for learning how other frameworks work.
With supporting text below as a natural lead-in to additional content.
With supporting text below as a natural lead-in to additional content.
{{ article.description }}
Read more...{{ article.description }}
Read more...{{ article.description }}
Read more...{{ article.description }}
Read more...{{ article.description }}
Read more...{{ article.description }}
Read more...{{ article.description }}
Read more...{{ article.description }}
Read more...{{ article.description }}
Read more...{{ comment.body }}