qcobjects-neumorphism

1.0.53 • Public • Published

QCObjects Neumorphism

QCObjects Neumorphism App template

Deploy on Netlify

Usage

Quick Start

The qcobjects-neumorphism template is a quick start point to build a QCObjects application using Neumorphism design pattern.

    qcobjects create --custom=qcobjects-neumorphism mynewapp

Set dependencies

In your package.json file add the following dependencies

  "devDependencies"{
    "eslint": "^6.8.0",
    "jasmine": "^3.5.0",
    "qcobjects": "latest"
  }

Also add this scripts in package.json

 
  "scripts"{
    "sync": "git add . && git commit -am ",
    "test": "(npx eslint *.js js/*.js js/packages/*.js --fix) && jasmine",
    "preversion": "npm cache verify && npm test",
    "postversion": "git push && git push --tags",
    "start": "node app.js"
  },

Then install everything

npm i && npm test

Launch the application

> qcobjects launch app

Read more:

QCObjects Neumorphism in User Interfaces

Readme

Keywords

none

Package Sidebar

Install

npm i qcobjects-neumorphism

Weekly Downloads

1

Version

1.0.53

License

LGPL-3.0-or-later

Unpacked Size

986 kB

Total Files

108

Last publish

Collaborators

  • jeanmachuca