fastchar-appjs
Version:
快速搭建VUE项目工具类的基本库,主要用于每个功能页面独立生成html,不使用vue单页面功能。
7 lines (6 loc) • 307 B
TypeScript
import { FastNative } from "./FastNative";
import { FastServer } from "./FastServer";
import { FastBaseApp } from "./FastBaseApp";
import { FastHelper } from "./FastHelper";
import { FastErrorHandler } from "./FastErrorHandler";
export { FastNative, FastServer, FastBaseApp, FastHelper, FastErrorHandler };