An open source frontend Framework for building admin applications running in the browser on top of REST, using ES6 and Vue.js
This product is a Vue library called Vue-Admin that allows users to easily create administration dashboards and CRUD views for their website. The library connects with the backend and automatically creates views and routes based on the backend services. It also provides customizable homepage, navigation between views, and an authentication view. The library is built on top of Vue and utilizes dependencies such as vue-router, vuex, and vuetify.
To install the Vue-Admin library, follow these steps:
npm install vue-admin-jsimport Admin from 'vue-admin-js'
export default {
components: {
Admin
}
}
Vue-Admin is a Vue library that simplifies the process of creating administration dashboards and CRUD views. It connects with the backend and automatically generates views and routes. The library provides features such as customizable homepage, navigation between views, and an authentication view. It is built on top of Vue and utilizes dependencies such as vue-router, vuex, and vuetify.