UNPKG

create-vite-app-cli

Version:

a fast create webapp template cli, perfect engineering development experience, currently supported template presets include: - `react-ts` (React + TypeScript + Vite + Pnpm + Zustand + Openapi + Docker) - `vue-ts` (Vue 3 + TypeScript + Vite + Pnpm + Pinia

11 lines (10 loc) 184 B
// @ts-ignore /* eslint-disable */ // API 更新时间: // API 唯一标识: import * as hello from "./hello"; import * as user from "./user"; export default { hello, user, };