Skip to content

Latest commit

 

History

History
72 lines (46 loc) · 983 Bytes

README.md

File metadata and controls

72 lines (46 loc) · 983 Bytes

Domo + Vue.js

Project setup

npm install

Open manifest.json and edit "name", "dataSetId", and "alias" with your respective info.
Exchange thumbnail.png with your own .png, but make sure it is named thumbnail.png exactly.

npm run domo-publish

Compiles and hot-reloads for development

Create 2 terminal windows/tabs and run each command in its own respective window/tab.

iOS

Terminal 1:

npm run watch

Terminal 2:

npm run dev

Windows

Terminal 1:

npm run watch

Terminal 2:

npm run win-dev

Develop as you normally would using Domo App Dev Studio CLI.

Compiles and minifies for production

iOS

npm run domo-publish

Windows

npm run win-domo-publish

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.