ReactiumCore / Reactium-Tutorial

Example code for getting started with Reactium.

Repository from Github https://github.comReactiumCore/Reactium-TutorialRepository from Github https://github.comReactiumCore/Reactium-Tutorial

First Component

arcli component
[ARCLI] > Component Name: Hero
[ARCLI] > Destination: (components/)
[ARCLI] > Type:
	    1. class
	    2. functional
	    3. hook
    Select: 2
[ARCLI] > Route:
[ARCLI] > Add plugin file? (Y/N): (N)
[ARCLI] > Add to Zone file? (Y/N): (N)
[ARCLI] > Stylesheet? (Y/N): (N) y
[ARCLI] > Services? (Y/N): (N)
[ARCLI] > Redux? (Y/N): (N)
[ARCLI] > Test? (Y/N): (N)

[ARCLI] > A component will be created with the following options:

{
  "name": "Hero",
  "destination": "/Users/me/dev/atomic-reactor/reactium-tutorial/src/app/components/Hero",
  "overwrite": "",
  "type": "functional",
  "route": false,
  "plugin": false,
  "zone": false,
  "stylesheet": {
    "filename": "_reactium-style.scss",
    "filepath": "/Users/me/dev/atomic-reactor/reactium-tutorial/src/app/components/Hero/_reactium-style.scss",
    "destination": "/Users/me/dev/atomic-reactor/reactium-tutorial/src/app/components/Hero",
    "name": "style",
    "ext": ".scss",
    "overwrite": ""
  },
  "services": false,
  "redux": false,
  "actions": false,
  "actionTypes": false,
  "reducers": false,
  "test": false,
  "ID": "HERO"
}

[ARCLI] > Proceed? (Y/N): y

✔ all actions complete!

About

Example code for getting started with Reactium.

License:MIT License


Languages

Language:JavaScript 84.4%Language:SCSS 11.9%Language:Handlebars 3.2%Language:Shell 0.3%Language:Dockerfile 0.2%Language:HTML 0.1%