Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 381 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 381 Bytes

Vue.js SDK example

To set up the project, run:

yarn install

To compile and hot-reload for development, run:

yarn serve

To compile and minify for production, run:

yarn build

To lint and fix files, run:

yarn lint

For information about customizing your configuration, see the Vue.js configuration reference.