0.3.0 • Published 5 months ago

@fangcha/app-models v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Backend Kit

Installation

# Use npm
npm install @fangcha/backend-kit

# Or use yarn
yarn add @fangcha/backend-kit

Usage

import { FangchaApp } from '@fangcha/backend-kit'

const app = new FangchaApp({
  ……
})
app.launch()

OR

import { WebApp } from '@fangcha/backend-kit/lib/router'

const app = new WebApp({
  ……
})
app.launch()
0.3.0

5 months ago

0.2.0

11 months ago

0.1.0

1 year ago