/zlj-sign-in

zlj-sign-in application, a simple example of login.

Primary LanguageJavaScriptMIT LicenseMIT

zlj-sign-in application, a simple example of login.

Usage

  1. Add dependency
$ maka add zlj-sign-in
  1. Modify the code

Embedded use

const view = {
    component: 'div',
    children: [{
        component: 'AppLoader',
        appName: 'zlj-sign-in'
    }]
}

Navigate use

import {navigate} from 'maka'
...
btnClick = () => {
    navigate.redirect('/zlj-sign-in')
}
...

Download and run

  1. Download
  2. Decompress
  3. Enter decompress directory
  4. Run
$ yarn start

License

MIT