Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adr1enbe4udou1n committed Apr 12, 2020
1 parent 6e713dc commit dd2d29a
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE → LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
Binary file modified README.md
Binary file not shown.
16 changes: 13 additions & 3 deletions packages/admin/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Vtec Admin

> vtec-admin quick install doc
[![Latest Version on NPM](https://img.shields.io/npm/v/vtec-admin.svg?style=flat-square)](https://www.npmjs.com/package/vtec-admin)
[![Total Downloads](https://img.shields.io/npm/dt/vtec-admin.svg?style=flat-square)](https://www.npmjs.com/package/vtec-admin)
[![License](https://img.shields.io/npm/dt/vtec-admin.svg?style=flat-square)](https://www.npmjs.com/package/vtec-admin)

## Quick started
SPA admin builder running on top of REST APIs, based on Vuetify with Vue CLI plugin. Ready to use with Laravel thanks to [separate crud generator package](https://github.com/adr1enbe4udou1n/vtec-crud), but can used on every backend of your choice with your own data and authentication providers.

## Full docs
## Features

## Full documentation

Full documentation can be found on the [Vtec docs website](https://vtec.okami101.io).

## License

This project is open-sourced software licensed under the [MIT license](https://adr1enbe4udou1n.mit-license.org).
16 changes: 15 additions & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Vue cli plugin for Vtec Admin

> Vue cli plugin for Vtec Admin
[![Latest Version on NPM](https://img.shields.io/npm/v/vue-cli-plugin-vtec-admin.svg?style=flat-square)](https://www.npmjs.com/package/vue-cli-plugin-vtec-admin)
[![Total Downloads](https://img.shields.io/npm/dt/vue-cli-plugin-vtec-admin.svg?style=flat-square)](https://www.npmjs.com/package/vue-cli-plugin-vtec-admin)
[![License](https://img.shields.io/npm/dt/vue-cli-plugin-vtec-admin.svg?style=flat-square)](https://www.npmjs.com/package/vue-cli-plugin-vtec-admin)

SPA admin builder running on top of REST APIs, based on Vuetify with Vue CLI plugin. Ready to use with Laravel thanks to [separate crud generator package](https://github.com/adr1enbe4udou1n/vtec-crud), but can used on every backend of your choice with your own data and authentication providers.

[separate crud generator package](packages/vtec-admin)

## Configuration

## Injected Commands

## Full documentation

Full documentation can be found on the [Vtec docs website](https://vtec.okami101.io).

## License

This project is open-sourced software licensed under the [MIT license](https://adr1enbe4udou1n.mit-license.org).
2 changes: 1 addition & 1 deletion vtec-crud

0 comments on commit dd2d29a

Please sign in to comment.