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

https://github.com/yassilah/nuxt-loopback

Nuxt + Loopback template
https://github.com/yassilah/nuxt-loopback

api loopback nuxt nuxt-loopback vue vuejs2

Last synced: 10 months ago
JSON representation

Nuxt + Loopback template

Awesome Lists containing this project

README

          

# nuxt-loopback

> Nuxt.js + LoopBack template

## Build Setup

``` bash
# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm start
```

Checkout the [Nuxt.js](https://github.com/nuxt/nuxt.js) and the [LoopBack](http://loopback.io/doc/en/lb3/index.html) for detailed explanations.

# Configuration

You can modify the config.json file in the root folder to change your default API base url, host and port.

```
{
"apiURL": "/api",
"host": "localhost",
"port": "3000"
}
```