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

https://github.com/basics/blueprint-boilerplate-nuxt


https://github.com/basics/blueprint-boilerplate-nuxt

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# blueprint-boilerplate-nuxt

## Setup

```bash
npm i
```

### Start Development

```bash
npm run dev
```

### Start Production Build

```bash
npm run generate
```

For more information go to official [Nuxt Documentation](https://nuxt.com/docs/getting-started/introduction).