logic-helper
Version:
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
21 lines (11 loc) • 320 B
Markdown
## Installation
npm i logic-helper -D
## Documentation
an editor from [logic-topo](https://www.npmjs.com/package/logic-topo)
## Example
```
const logic = require('logic-helper/server/koa/index.js')
logic.start()
// open localhost:9503
```
具体用法看 [logic-topo](https://www.npmjs.com/package/logic-topo)