# clound-mes-kanban-app **Repository Path**: vsdata/clound-mes-kanban-app ## Basic Information - **Project Name**: clound-mes-kanban-app - **Description**: 文什云MES看板项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2018-11-20 - **Last Updated**: 2025-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 云MES看板APP ## How-to **Install NPM dependencies and build static files** ``` bash npm install ``` **Test in iOS** ``` bash npm run ios ``` **Test in browser** ``` bash npm run browser ``` > Testing in the browser only allows you to test a very few plugins as Cordova emulates poorly most plugins in the browsers. This can still be useful to tweak the demo app quickly (hot reloading, yay!), instead of building the script files each time you want to preview your changes. Thanks to [barryvdh](https://github.com/barryvdh) for implementing this feature. **Test in other platforms** This demo *should* work on any platform. It has been tested on OSX only, to build an iOS app. Please let me know how it did for you on your setup. ## Troubleshooting If you can't access the demo chances are you don't meet Cordova requirements, check them by typing : ``` bash npm run check ```