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
- Host: GitHub
- URL: https://github.com/yassilah/nuxt-loopback
- Owner: yassilah
- Created: 2017-08-27T12:45:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-31T14:41:50.000Z (over 8 years ago)
- Last Synced: 2025-04-15T23:16:14.495Z (10 months ago)
- Topics: api, loopback, nuxt, nuxt-loopback, vue, vuejs2
- Language: Vue
- Size: 87.9 KB
- Stars: 11
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}
```