Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 592 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 592 Bytes

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"
}