https://github.com/reactiumcore/reactium-tutorial
Example code for getting started with Reactium.
https://github.com/reactiumcore/reactium-tutorial
Last synced: 10 months ago
JSON representation
Example code for getting started with Reactium.
- Host: GitHub
- URL: https://github.com/reactiumcore/reactium-tutorial
- Owner: ReactiumCore
- License: mit
- Created: 2021-11-10T05:55:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T06:08:27.000Z (over 4 years ago)
- Last Synced: 2025-03-14T20:46:30.224Z (about 1 year ago)
- Language: JavaScript
- Size: 9.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 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!
```