1.3.0 • Published 7 years ago

generator-mantra-react v1.3.0

Weekly downloads
5
License
GPL-3.0
Repository
github
Last release
7 years ago

generator-mantra-react

A Yeoman Generator for React Modules based on our Mantra philosophy (https://kadirahq.github.io/mantra/)

Downloads

Getting Started

npm install -g yo
npm install -g generator-mantra-react
yo mantra-react

INFO: The names of the module and the subsection should be different!

After the module was generated, you have to register it in your client's index.js

/** src/modules/index.js**/

import Core from './core';

import Static from './static';
import Login from './login';

import Backend from './backend';
import Dashboard from './dashboard';
/** other modules ....*/
import <YourModule> from './<yourModule>';

export default {
	Core,
	Backend,
	Dashboard,
	Settings,
	Login,
	Content,
	Lessons,
  <YourModule>,
    Static
};

Have fun!

License

GPL-3.0

1.3.0

7 years ago

1.2.0

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago