Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 575 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 575 Bytes

WebDollar Front-end Build Status

WebDollar VueJS 2 Front-end Integration

DEMO: https://webdollar.io

Instructions to install

npm install

Instructions to build

For development

npm run build

For production

npm run build:static-prod

Instructions to run locally

npm run start

#Production use All the necessary files are complied in "dist/" folder. The contents of this folder must be copied in your production root environment.