An open API service indexing awesome lists of open source software.

https://github.com/devbyray/nuxt-blog-byrayray


https://github.com/devbyray/nuxt-blog-byrayray

Last synced: 9 months ago
JSON representation

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).