From b84f9824e1118282d7ea1d6009ef9304b2fc7075 Mon Sep 17 00:00:00 2001 From: Tehuel Date: Tue, 28 Jan 2020 19:03:53 -0300 Subject: [PATCH 1/2] Update README.md Uses the same project name across README file. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 71ca29fa..963eab59 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@

- Vue Admin logo + Vue-Admin logo

-

Vue Admin is desgined to let you easily build admin applications for the browser using Vue, Javascript and REST services.

+

Vue-Admin is desgined to let you easily build admin applications for the browser using Vue, Javascript and REST services.

Build Status @@ -22,10 +22,10 @@ ## About the library -Given a simple configuration to Vue-Admin components, this library connects your backend and interprets your services as frontend resources from which **crud** views are automatically created and associated with a route. +Given a simple configuration to Vue-Admin components, this library connects your backend and interprets your services as frontend resources from which **CRUD** views are automatically created and associated with a route. Vue-Admin also lets you create custom views to provide other kind of information to the site (measures, landings, etc). -**Vue admin provides:** +**Vue-Admin provides:** + **create**, **read**, **update** and **delete** views for each declared resource. + customizable **homepage**. + **navigation** between views. @@ -178,7 +178,7 @@ Some of the custom components examples can be found in the [**magazines views**] Nothing could make us happier than the community involvement into this framework, so if you feel like contributing or just sharing an idea for us to improve the library, please do not hesitate to [**fork vue-admin-js**](https://github.com/Cambalab/vue-admin) from our repository, comment or open an issue with the available labels. -> *If you're going to submit a pull request to vue-admin make sure it targets the `develop` branch and uses our Pull Request template.* +> *If you're going to submit a pull request to Vue-Admin make sure it targets the `develop` branch and uses our Pull Request template.* ## Starting a new project From 201498e94626293011fc9875260d2489fa15e558 Mon Sep 17 00:00:00 2001 From: Tehuel Date: Thu, 30 Jan 2020 10:04:52 -0300 Subject: [PATCH 2/2] applies suggested changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 963eab59..697714d4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

-

Vue-Admin is desgined to let you easily build admin applications for the browser using Vue, Javascript and REST services.

+

Vue-Admin is designed to let developers build frontend administration applications that run in the browser in a very easy way using Vue, Javascript and REST services.

Build Status