0.0.2 • Published 2 years ago

generator-ed-fastweb v0.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

generator-ed-fastweb

NPM version downloads license

yeoman generator for saas web project.

Stack

Frontend

  • ReactJs
  • AntDesign
  • MobX
  • Webpack

Backend

  • Loopback 4

Roadmap

  • Frontend template
  • Backend template
  • Bridge template (connect communication between Frontend, Backend)

Todo

  • Base Frontend template
  • Common Component for business (Login, Register, Profile, Payment, About...)
  • Pack common style to npm package
  • Backend template

For using

Installation

First, install Yeoman and generator-ed-fastweb using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-ed-fastweb

Then generate your new project:

yo ed-fastweb <action> [name]

List allowed action:

  • create-project <project_name>

    Quick create react project from saas boilerplate. Ex: yo ed-fastweb create-project my-saas-frontend

  • component <component_name>

    Quick create React Component in folder src/apps/UserApp/components. Ex: yo ed-fastweb component Home

  • readme

    Quick create README.md file

For Developer

Installation

First, install Yeoman and generator-ed-fastweb using npm (we assume you have pre-installed node.js).

npm install -g yo
git clone https://github.com/binhnd10/generator-ed-fastweb
cd generator-ed-fastweb
npm install -g ./

Then generate your new project:

yo ed-fastweb <action>

or with DebugMode

DEBUG=yeoman:generator yo ed-fastweb <action>

🎉 Support

Email: dinhbinh161@gmail.com

License

MIT

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago