2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-21 17:50:33 +03:00

Release/v5 (#43)

This commit is contained in:
Randall Wilk
2019-11-14 13:38:00 -06:00
committed by GitHub
parent 39adea968a
commit a799c3788a
17 changed files with 303 additions and 356 deletions
+10
View File
@@ -75,12 +75,22 @@ Next add an element to the page that will trigger the context menu to appear, an
```bash
@import '~vue-context/dist/css/vue-context.css';
// Or
@import '~vue-context/src/sass/vue-context';
```
## Documentation/Demo
For full documentation and demos, go here: https://vue-context.com/docs
## Contributors
This project exists thanks to all the people who contribute. [[Contribute]](CONTRIBUTING.md).
- [rawilk](https://github.com/rawilk)
- [wol-soft](https://github.com/wol-soft)
## License
`vue-context` uses the MIT License (MIT). Please see the [license file](https://github.com/rawilk/vue-context/blob/master/LICENSE) for more information.