🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@quasar/quasar-app-extension-feathersjs

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quasar/quasar-app-extension-feathersjs

A Quasar CLI Extension

latest
Source
npmnpm
Version
1.0.0-alpha.5
Version published
Maintainers
4
Created
Source

app-extension-graphql [WIP]

official icon

StatementsBranchesFunctionsLines
StatementsBranchesFunctionsLines

This is the official Quasar 1.0 App-Extension for graphql.

Installation

IN DEVELOPMENT, DO NOT USE IN PRODUCTION.

$ quasar ext add @quasar/feathersjs

How to use

About

This project uses Feathers. An open source web framework for building modern real-time applications.

Getting Started

  • Install your dependencies

    $ cd path/to/server-feathers; yarn
    
  • Start your app

    $ node src/
    

Default User

Open another terminal window and add a test user:

curl 'http://localhost:3030/users/' -H 'Content-Type: application/json' --data-binary '{ "email": "feathers@example.com", "password": "secret" }'

Scaffolding

Feathers has a powerful command line interface. Here are a few things it can do:

$ npm install -g @feathersjs/cli          # Install Feathers CLI

$ feathers generate service               # Generate a new Service
$ feathers generate hook                  # Generate a new Hook
$ feathers generate model                 # Generate a new Model
$ feathers help                           # Show all commands

Help

For more information on all the things you can do with Feathers visit docs.feathersjs.com.

FAQs

Package last updated on 15 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts