0.5.17 • Published 8 years ago

generator-modation v0.5.17

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

Frontend Project Generator (中文版)

  • User Guide - How to develop apps bootstrapped with generator-modation

Technology Stack

  • React
  • Redux
  • Webpack
  • React-router
  • Immutable
  • Antd

Usage

  • yarn global add yo
  • yarn global add generator-modation
  • mkdir myapp && cd myapp
  • yo modation
  • yarn install
  • yarn start
  • view localhost:8000 on your browser
  • Enjoy!

Code Check

  • Eslint check JS with airbnb JS style
  • Stylelint check CSS
  • Git commit message check

Sub Generator

Add New Component

  • Go to the folder where you will to add component, like: cd src/components
  • And run command as follow:
yo modation:component <componet-name>

Add New Container

  • Go to src/containers folder, run command as follow:
yo modation:container <container-name>

Add Testcase of React Component

  • Go to the folder where you will to add testcase, and run command as follow:
yo modation:unittest <component-name>

Todo List

0.5.17

8 years ago

0.5.16

8 years ago

0.5.15

8 years ago

0.5.14

8 years ago

0.5.13

8 years ago

0.5.11

8 years ago

0.5.10

8 years ago

0.5.9

8 years ago

0.5.8

8 years ago

0.5.7

8 years ago

0.5.6

8 years ago

0.5.5

8 years ago

0.5.4

8 years ago

0.5.3

8 years ago

0.5.2

8 years ago

0.5.1

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago