Skip to content

yassilah/nuxt-loopback

Repository files navigation

nuxt-loopback

Nuxt.js + LoopBack template

Build Setup

# 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 and the LoopBack 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"
}