A simple and functional E-Commerce site developed in VueJS to demonstrate PayPay's different language SDK's implementations.
Key features:
- VueJS with Vuex and route
- Typescript class based components
- CRUD operations on the cart
- Polling functionality on order status check
Install the dependencies and devDependencies and start the server.
$ cd client
$ yarn
$ yarn serve
You should now have the dev server running on http://localhost:8080
yarn build
yarn lint
SDK Language | README |
---|---|
Python | Python SDK |
Java | Java SDK |
Node | Node SDK |
PHP | PHP SDK |
Apache 2.0
Additionally to trying out this application locally, you can deploy it to a variety of host services. Here is a small selection of them.
Note: Update .env file with the backend API endpoint
Zeit | |
---|---|
Heroku |
Copyright 2020 PayPay
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.