@fangcha/app-models
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

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()

Readme

Keywords

Package Sidebar

Install

npm i @fangcha/app-models

Weekly Downloads

10

Version

0.3.0

License

MIT

Unpacked Size

8.49 kB

Total Files

18

Last publish

Collaborators

  • fangqk1991