1.0.53 • Published 3 years ago

qcobjects-neumorphism v1.0.53

Weekly downloads
1
License
LGPL-3.0-or-later
Repository
-
Last release
3 years ago

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

1.0.53

3 years ago

1.0.52

4 years ago

1.0.51

4 years ago

1.0.50

4 years ago