All Projects → yassilah → nuxt-loopback

yassilah / nuxt-loopback

Licence: other
Nuxt + Loopback template

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to nuxt-loopback

Loopback Datasource Juggler
Connect Loopback to various Data Sources
Stars: ✭ 268 (+2336.36%)
Mutual labels:  loopback
Ansible Provisioning Tywin
Generate your Ansible provisioning for Symfony2, Laravel and Node.js projects
Stars: ✭ 67 (+509.09%)
Mutual labels:  loopback
Generator Loopback Vue
app版本管理,(热更新)前后端分离,vue page分页功能,authenticate 权限控制,accesstoken机制,credentials,CI,docker
Stars: ✭ 202 (+1736.36%)
Mutual labels:  loopback
Loopback Sdk Builder
Tool for auto-generating Software Development Kits (SDKs) for LoopBack
Stars: ✭ 407 (+3600%)
Mutual labels:  loopback
Demo Loopback
Developing a complete REST API with Loopback
Stars: ✭ 37 (+236.36%)
Mutual labels:  loopback
Colmena
Colmena is a starter kit for an API with an Admin interface that can be easily extended and built upon.
Stars: ✭ 1,420 (+12809.09%)
Mutual labels:  loopback
n-odata-server
Node.js OData Server
Stars: ✭ 79 (+618.18%)
Mutual labels:  loopback
loopback-component-mq
Loopback Component for working with a Message Queue
Stars: ✭ 19 (+72.73%)
Mutual labels:  loopback
Loopback Component Access Groups
Access controls for Loopback.
Stars: ✭ 56 (+409.09%)
Mutual labels:  loopback
Fireloop.io
Modern Real-Time Platform by MEAN Expert
Stars: ✭ 176 (+1500%)
Mutual labels:  loopback
Loopback Include Through Mixin
A mixin to enable including Through model properties
Stars: ✭ 15 (+36.36%)
Mutual labels:  loopback
Drive
☁️ A distributed cloud based lazy drive to files integrated with Dropbox, Google Drive.
Stars: ✭ 36 (+227.27%)
Mutual labels:  loopback
Loopback4 Starter
Loopback 4 starter application. Multi-tenant architecture supported. Authentication, Authorization, Soft deletes, environment vars, Audit logs, included.
Stars: ✭ 109 (+890.91%)
Mutual labels:  loopback
Loopback Next
LoopBack makes it easy to build modern API applications that require complex integrations.
Stars: ✭ 3,972 (+36009.09%)
Mutual labels:  loopback
learn-how-to-build-a-mean-stack-application
The goal of this tutorial is to guide you through the coding of a full-stack JavaScript example application project and connecting a backend API to an Angular 5 front-end application employing the MEAN stack.
Stars: ✭ 55 (+400%)
Mutual labels:  loopback
loopback-paginator
No description or website provided.
Stars: ✭ 13 (+18.18%)
Mutual labels:  loopback
Loopback Component Jsonapi
JSONAPI support for loopback.
Stars: ✭ 104 (+845.45%)
Mutual labels:  loopback
MultiOS-USB
Boot operating systems directly from ISO files
Stars: ✭ 106 (+863.64%)
Mutual labels:  loopback
flex-originals
🎧 A video and audio streaming web application
Stars: ✭ 36 (+227.27%)
Mutual labels:  loopback
Managedbass
.Net Wrapper for 'Bass' Audio Library
Stars: ✭ 131 (+1090.91%)
Mutual labels:  loopback

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"
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].