From 36869b4d35ab4b51dc78d030d3f0d1b1a0861762 Mon Sep 17 00:00:00 2001 From: Gil Ferreira Date: Sun, 19 Mar 2017 16:20:10 -0400 Subject: [PATCH] Adjusted readme to show axios instead of vue resource --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0d20245b..2c9a5841 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ -**CoPilot** is a fully responsive admin template that is forked from [AdminLTE](https://almsaeedstudio.com). The difference here is that this repo is tailored to use with vue.js. The UI is based on the [Bootstrap 3](https://github.com/twbs/bootstrap) framework. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops. +**CoPilot** is a fully responsive admin template that is forked from [AdminLTE](https://almsaeedstudio.com). The difference here is that this repo is tailored to use with [Vue.js](https://vuejs.org). The UI is based on the [Bootstrap 3](https://github.com/twbs/bootstrap) framework. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops. - -[Take it for a spin](https://copilot.misterGF.io) +✈️️ Take it for a spin. !["CoPilot Screenshot"](http://res.cloudinary.com/gatec21/image/upload/v1489954238/copilot-march-2017_ifdrlj.png) @@ -9,7 +8,7 @@ In an attempt to keep the project clean I have not included every plugin/feature The structure of the app is scaffolded by [vue-cli](https://github.com/vuejs/vue-cli). Which is a simple CLI tool that setups our environment. CoPilot uses the webpack package. So we get a full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction. -We leverage all the goodies that vue.js offers. Vue-Router for routing. Vue-Resource for AJAX calls. Vuex for state management. **This project is using VueJS 2.0!**. Earlier versions can be found under the [vue 1.0 branch](https://github.com/misterGF/CoPilot/tree/vue1.0_version). +We leverage all the goodies that vue.js offers. Vue-Router for routing. Vue-Resource for AJAX calls. Vuex for state management. **This project is using VueJS 2.0!** Earlier versions can be found under the [vue 1.0 branch](https://github.com/misterGF/CoPilot/tree/vue1.0_version). I also recommend that you install vue-devtools for Chrome so that you can easily inspect that state of vue. ![vue-devtools](http://res.cloudinary.com/gatec21/image/upload/v1461611064/copilot-vuetools_t1mvpg.png) @@ -63,7 +62,8 @@ Depending on the component you are working on you should have the following link - AdminLTE - [online documentation](https://almsaeedstudio.com/themes/AdminLTE/documentation/index.html) - BootStrap 3 - [online documentation](https://github.com/twbs/bootstrap) - Vue.js - [online documentation](https://github.com/vuejs/vue) -- Vue-Resource - [online documentation](https://github.com/vuejs/vue-resource) +- ~~Vue-Resource~~ - No longer supported +- Axios - [online documentation](https://github.com/mzabriskie/axios) - Vue-Router - [online documentation](https://github.com/vuejs/vue-router) - Vuex - [online documentation](https://github.com/vuejs/vuex)