/Vuejs-Signup-form

Signup form sample: Setup with Vue-cli and Design with vue material.

Primary LanguageJavaScript

vuejs-sample

Sample project on Vue.js

  • Project setup: Vue-cli
  • Design: vue material
  • API call: axios.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

Reference links:

ProjectSetup: project setup using Vue-cli

API usage: Using Axios to Consume APIs Official docs

Medium link for API calling: how to make AJAX & API calls with Vue JS