qingfeng1


  • This is a decorator warehouse that contains many commonly used decorators, such as front-end request decorators

    published 1.0.0 2 years ago
  • ``` npm install butterfly-decorators ``` ## 使用 ``` ts // dir: api/Http.ts @Http({ baseUrl: 'http://127.0.0.1:8080', interceptors: { req(req: RequestConfig) { // doing... return req }, res(res: Response) { //

    published 1.1.4 a year ago
  • published 2.0.2 10 months ago
  • This template should help get you started developing with Vue 3 and TypeScript 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.

    published 1.0.5 2 months ago