Skip to content

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

About

Nuxt + Loopback template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 60.6%
  • JavaScript 35.3%
  • CSS 4.1%