Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.1 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.1 KB

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