Skip to content

A sample Vue app for connecting to MultiBaas

Notifications You must be signed in to change notification settings

PinkDiamond1/vue-dapp-sample

 
 

Repository files navigation

Vue DApp Sample

MultiBaas configuration

  1. Deployment
  2. API Key
  3. Mlti Token Contract
  4. CORS Configuration
    • Finally, you will need to update your CORS settings by going to Admin then CORS Domains and setting up the domain of the sample app. If you are running locally this will be http://localhost:8080 by default.

After you have configured your deployment and smart contract, please fill out the required parameters below in App.vue:

  • BASE_URL
  • API_KEY

Project setup

yarn install

Compile and hot-reload for development

yarn run serve

Compile and minify for production

yarn run build

Lint and fix files

yarn run lint

UI tests

These tests will run against the above configured server and deployed MltiToken contract.

You must stop any currently running server, i.e. Ctrl-C out of yarn run serve.

You can then run the tests with the following command:

yarn run test

About

A sample Vue app for connecting to MultiBaas

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.0%
  • Vue 40.1%
  • HTML 6.9%