tristansokol / vue-square

An example of using Vue.js with the Square payment form
24 stars 8 forks source link
ecommerce payments square vue vuejs

vue-square

A example of using the Square Payment Form with Vue.js. Please read the full description in this blog post.

To try it out, first clone the repo and then run npm run dev to start up the development server.

This example was made with the vue-cli, so most of the boilerplate is from the default 'webpack' project.

Other things you might be interested in:

Other Commands

# 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