Nuxt.js + LoopBack template
# 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.
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"
}