Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curder/nuxt-study
Nuxt 学习
https://github.com/curder/nuxt-study
nuxt
Last synced: 10 days ago
JSON representation
Nuxt 学习
- Host: GitHub
- URL: https://github.com/curder/nuxt-study
- Owner: curder
- Created: 2024-07-31T09:24:46.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-06T05:40:41.000Z (3 months ago)
- Last Synced: 2024-10-10T15:40:57.227Z (about 1 month ago)
- Topics: nuxt
- Homepage: https://curder.github.io/nuxt-study
- Size: 868 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 学习
[![Build Status](https://github.com/curder/nuxt-study/actions/workflows/build-docs.yml/badge.svg)](https://github.com/curder/nuxt-study/actions?query=build-docs%3Amaster)
1. 通过访问地址:[github.io](https://curder.github.io/nuxt-study/) 直接阅读。
2. 本地下载
- `node v18.18.2`
- `vitepress 1.3.1`GitHub 仓库地址:[curder/nuxt-study](https://www.github.com/curder/nuxt-study)
下载源代码到本地并执行相关命令启动本地阅览。
```bash
# 1. 下载源代码
git clone [email protected]:curder/nuxt-study.git && cd nuxt-study# 2. 下载依赖
yarn# 3. 编译
## 开发
yarn docs:dev
## 发布
yarn docs:build
```