-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop
.common
suffix, update readme & vue2 tips
- Loading branch information
Showing
4 changed files
with
31 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
./dist/ | ||
/dist/ | ||
/package/dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
# vue-at | ||
|
||
<a href="https://github.com/fritx/vue-at/graphs/contributors"><img width="600" src="https://opencollective.com/vue-at/contributors.svg?width=890&button=false"></a><br> | ||
<a href="https://opencollective.com/vue-at#backers"><img src="https://opencollective.com/vue-at/backers.svg?width=890"></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://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> | ||
|
||
<img width="262" height="218" src="https://raw.githubusercontent.com/fritx/vue-at/master/WechatIMG1.jpeg"> <img width="262" height="218" src="https://raw.githubusercontent.com/fritx/vue-at/master/WechatIMG2.jpeg"> | ||
|
||
|
@@ -15,9 +12,10 @@ Live Demo & Documentation: https://fritx.github.io/vue-at | |
- [x] Plain-text based, no jQuery, no extra nodes | ||
- [x] Content-Editable / Textarea | ||
- [x] Avatars, custom templates | ||
- [x] Vue2 / Vue1 | ||
- [x] Vuetify / Element-UI / Element Plus | ||
- [ ] Vue-CLI 3 migration | ||
- [x] Vue3 / Vue2 / Vue1 | ||
- [x] Vuetify / Element UI / Element Plus | ||
- [x] Vue-CLI migration | ||
- [ ] Vite migration | ||
|
||
See also: [react-at](https://github.com/fritx/react-at) | ||
|
||
|
@@ -31,8 +29,10 @@ See also: [react-at](https://github.com/fritx/react-at) | |
|
||
Finally I ended up creating this. | ||
|
||
for Vue2, read [this one](https://github.com/fritx/vue-at/tree/vue2#readme) instead. | ||
|
||
```plain | ||
npm i vue-at@3.0.0-alpha.0 # for Vue3 (🚧 Working in Progress...) | ||
npm i vue-at@next # for Vue3 (branch wip-vue3) | ||
npm i [email protected] # for Vue2 <---- | ||
npm i [email protected] # for Vue1 (branch vue1-legacy) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters