Skip to content

Quickly build a frontend for your API with Vue.js and Axios.

Notifications You must be signed in to change notification settings

whackathonorg/vue-axios-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue + Axios Template

Example template for fast prototyping using Vue.js and the Axios package. It integrates the yes/no API to showcase the use of axios and Vue's basic features.

VueJs is a great javascript framework, which is easy to use, especially if you know some HTML, CSS and Javascript. Axios is a promised based HTTP request package, which simplifies HTTP requests in Javascript. Axios makes consumming APIs super easy.

If you don't know anything about promises or asynchronous javascript check out the MDN web docs.

Demo 🚀

https://whackathon.org/examples/vue-axios-template/

Requirements 🧰

For this template to work you must have node and npm installed on your system. Afterwards you need to install the vue-cli, which you can install globally by typing npm install -g @vue/cli into your terminal.

Project setup 🔨

Installs all package dependencies

npm install

Compiles and hot-reloads for development

Runs the current project on localhost

npm run serve

Compiles and minifies for production

Builds the static files for production

npm run build

Customize configuration

See Configuration Reference.

About

Quickly build a frontend for your API with Vue.js and Axios.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published