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

https://github.com/markylaredo/nuxt-play-ground

Nuxt playground https://nuxt-playground.ga/
https://github.com/markylaredo/nuxt-play-ground

nuxt nuxt-2-playground nuxtjs vuejs

Last synced: about 1 month ago
JSON representation

Nuxt playground https://nuxt-playground.ga/

Awesome Lists containing this project

README

          

# nuxt-play-ground
[Site Demo](http://nuxt-playground.ga/)

[![Netlify Status](https://api.netlify.com/api/v1/badges/f115d611-0085-4a40-bf20-6c6c6d670015/deploy-status)](https://app.netlify.com/sites/app-nuxt-playground/deploys)
## Build Setup

```bash
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).