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

0.67.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/backend-kit

Weekly Downloads

19

Version

0.67.0

License

MIT

Unpacked Size

73.8 kB

Total Files

98

Last publish

Collaborators

  • fangqk1991