https://github.com/devbyray/nuxt-blog-byrayray
https://github.com/devbyray/nuxt-blog-byrayray
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devbyray/nuxt-blog-byrayray
- Owner: devbyray
- Created: 2022-09-21T10:18:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T10:21:22.000Z (over 3 years ago)
- Last Synced: 2025-03-01T19:15:06.359Z (about 1 year ago)
- Language: JavaScript
- Size: 421 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-blog-byrayray
## Setup
Install dependencies:
```bash
yarn install
```
## Development
```bash
yarn dev
```
## Static Generation
This will create the `dist/` directory for publishing to static hosting:
```bash
yarn generate
```
To preview the static generated app, run `yarn start`
For detailed explanation on how things work, checkout the [docs](https://nuxtjs.blog).