|
1 | 1 | # 👨👩👧👦 vue-at [](https://github.com/fritx/vue-at)
|
2 | 2 |
|
3 |
| -<a href="https://www.npmjs.com/package/vue-at"><img height="20" src="https://img.shields.io/npm/dm/vue-at.svg"></a> <a href="https://github.com/fritx/vue-at"><img width="90" height="20" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" /></a> <a href="https://github.com/fritx/vue-at"><img width="84" height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a> <a href="https://gitter.im/fritx/vue-at?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img width="92" src="https://badges.gitter.im/fritx/vue-at.svg" alt="Join the chat at https://gitter.im/fritx/vue-at"></a> |
| 3 | +<a href="https://we-demo.github.io/vue-at-vite-app/"><img width="76" height="20" src="https://img.shields.io/website?url=https%3A%2F%2Fwe-demo.github.io%2Fvue-at-vite-app%2F"></a> <a href="https://www.npmjs.com/package/vue-at"><img height="20" src="https://img.shields.io/npm/dm/vue-at.svg"></a> <a href="https://github.com/fritx/vue-at"><img width="90" height="20" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" /></a> <a href="https://github.com/fritx/vue-at"><img width="84" height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a> <a href="https://gitter.im/fritx/vue-at?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img width="92" src="https://badges.gitter.im/fritx/vue-at.svg" alt="Join the chat at https://gitter.im/fritx/vue-at"></a> |
4 | 4 |
|
5 | 5 | <img width="262" height="218" src="WechatIMG1.jpeg"> <img width="262" height="218" src="WechatIMG2.jpeg">
|
6 | 6 |
|
7 |
| -Live Demo & Documentation: https://fritx.github.io/vue-at |
8 |
| - |
9 |
| -*Docs is powered by [At-UI](https://github.com/AT-UI/at-ui).* |
10 |
| - |
11 | 7 | - [x] Chrome / Firefox / Edge / IE9~IE11
|
12 | 8 | - [x] Plain-text based, no jQuery, no extra nodes
|
13 | 9 | - [x] Content-Editable / Textarea
|
14 | 10 | - [x] Avatars, custom templates
|
15 |
| -- [x] Vue3 / Vue2 / Vue1 |
16 |
| -- [x] Vuetify / Element UI / Element Plus |
17 |
| -- [x] Vue-CLI migration |
18 |
| -- [ ] Vite migration |
| 11 | +- [x] Vite / Vue3 / Vue2 / Vue1 |
| 12 | +- [x] Quasar / Vuetify / Element UI / Element Plus |
| 13 | +- [x] Vue-CLI build migration |
| 14 | +- [ ] Vite build migration |
19 | 15 | - [x] CommonJS / UMD Support
|
20 | 16 |
|
| 17 | +Playground: https://we-demo.github.io/vue-at-vite-app/<br> |
| 18 | +Vue2 Docs: https://github.com/fritx/vue-at/tree/vue2#readme<br> |
| 19 | +Vue3 Docs: See below<br> |
21 | 20 | See also: [react-at](https://github.com/fritx/react-at)
|
22 | 21 |
|
23 |
| -for Vue2, read [this one](https://github.com/fritx/vue-at/tree/vue2#readme) instead. |
| 22 | +**If you're using Vue2, read [branch vue2](https://github.com/fritx/vue-at/tree/vue2#readme) instead.** |
24 | 23 |
|
25 | 24 | ```plain
|
26 | 25 | npm i vue-at@next # for Vue3 (branch vue3)
|
|
0 commit comments