Vue Axios

Open-source Vue projects categorized as Axios

Top 10 Vue Axio Projects

  • vue-element-admin

    :tada: A magical vue admin https://panjiachen.github.io/vue-element-admin

    Project mention: Build complex SPAs quickly with vue-element-admin | dev.to | 2023-03-30

    But if you’re a frontend developer working primarily with Vue.js, vue-element-admin is one of the best free and open source Vue admin templates available. In this article, we’ll learn how to use vue-element-admin and explore some of its features.

  • laravue

    Admin dashboard for enterprise Laravel applications built by VueJS and Element UI https://laravue.dev

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • vue-bag-admin

    🍁采用Vite4、Vue3、Pinia 、Naive UI 构建,构建企业npm依赖包中后台管理系统基础框架,做到框架(packages)和应用(app)分开,即可以减少项目之间的耦合,也能提升项目扩展性

  • admin-work

    Vue3 和 NaiveUI 的完美结合—Admin Work,拥有漂亮、强大、完善的功能。采用 Vue3 Vite2 Typescript NaiveUI Pinia编写的中后台框架。全面的系统配置,优质模板,常用组件,真正一站式开箱即用。持续更新,不断完善,一直在前进~~

    Project mention: Sadly, most UI stuff is locked in to React | /r/vuejs | 2023-06-10
  • v3-admin

    ☀️ A vue3 admin template, based on 'vue-cli'

  • vue-js-crud-example

    Vue.js CRUD example App with Vue Router & Axios

  • webclient

    Swing music web client client (by swing-opensource)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • simple-vuejs-app

    Simple Application with Basic VueJs setup and demonstrating use of components and communication between them

    Project mention: any suggestions for my cli | /r/CodingHelp | 2023-05-06

    #!/usr/bin/env node import inquirer from 'inquirer'; import * as child from 'node:child_process' inquirer .prompt([ { type:'list', message:'what is your project', name:'framework', choices: ['angular','react','vue','svelte','preact','django'] } ]) .then((answers) => { if (answers.framework === 'angular' ){ child.exec(`git clone https://github.com/subhodi/angular-simple-app.git`) console.log("now install the angular cli with") console.log("npm i @angular/cli") } if (answers.framework === 'react' ){ child.exec(`git clone https://github.com/imcycle/simple-react-app.git`) console.log("now install react with") console.log("npm -i react") } if (answers.framework === 'vue' ){ child.exec(`git clone https://github.com/aditya-sridhar/simple-vuejs-app.git`) console.log("now install vue with") console.log("npm -i vue") } if (answers.framework === 'svelte' ){ child.exec(`npm create svelte@latest myapp`) console.log("here is the app") } if (answers.framework === 'preact' ){ child.exec(`git clone https://github.com/github/codespaces-preact.git`) console.log("now install preact with") console.log("npm -i preact") } if(answers.framework === 'django'){ console.log("why are you doing this in a js cli") console.log("you must learn js") console.log("then your project won't be slower than turtles") console.log("javascript.com") } })

  • Nuxtit

    Nuxtit - Mobile Web Reddit Client written in Nuxt, Vue, BS4

  • NewsScrapperApp

    Full Stack Web Scrapper App

    Project mention: What are the best practices for SSR with Vuejs and express to make SPA? | /r/vuejs | 2023-05-22

    Here is the repo, you can checkout for more details https://github.com/OverRevvv/NewsScrapperApp

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-06-10.

Vue Axios related posts

Index

What are some of the best open-source Axio projects in Vue? This list will help you:

Project Stars
1 vue-element-admin 85,975
2 laravue 2,189
3 vue-bag-admin 776
4 admin-work 556
5 v3-admin 335
6 vue-js-crud-example 118
7 webclient 25
8 simple-vuejs-app 21
9 Nuxtit 3
10 NewsScrapperApp 1
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com