Category: CLI Plugins

Quasiparticle

A package such as `@vue/cli`, but it is depolyeed by vite. Use vite to develop all the things, and add the plugins like `vue-router`. > Tip: > This project use `pnpm` to install dependences.

@qingui/vue cli plugin qingui

```sh ├── README.md ├── generator │ ├── index.js # generator │ └── template # plugins template file │ └── plugins │ └── request.js ├── index.js # sevirce plugin └── package.json ```

@qingui/vue cli plugin create

```sh ├── README.md ├── generator │ ├── index.js # generator │ └── template # plugins template file │ └── plugins │ └── request.js ├── index.js # sevirce plugin └── package.json ```

Vue the storages

A vue plugin that enhances localStorage/sessionStorage (supports vue2 and vue3). It allows two-way binding of storage data, multi-page data binding, storage event listener, and rich api (async/sync)

Copyright © 2020 vuejscomponent.com