I am working in a Vue 3 and Vuex 4 project and am in the process of creating my store for vuex but in Chrome I am missing the dev tools to manage my vuex store. I was able to do this with Vue 2 and Vuex 3.*. Is this something in the works?
Thank you.
Related
I would like to use one application from 3rd party in my react project. For example: there is a "mindomo" webapp. Now I want to use this webapp in my react project to complete my project. I tried searching for API also but I couldn't find any. How should I do it?
i am confused on how to use MapMyIndia Api in my angular project can anyone help?
i am using the map api of getting the polygon but how to use it in angular is there any package to install?
You can find a sample for MapmyIndia Angular on their Github account.
mapmyindia-angular-sample-webSDK-REST (Angular)
mapmyindia-pureJS-sample-webSDK-REST (pureJS)
If you face a problem, you can ask follow up questions here. Do feel free to use the issues tracker on GitHub to report any bugs
An app I am working on needs a Today Extension / Widget. Are there any resources on how to build one into an Cordova app?
I found this, but it's not written very clearly and from what I understood seems to be a native app that only uses a HTML5 element in the app and widget to display some data :/
Yes you are right, today extension are a native thing. I recently also did a lot of research on how to integrate one into a cordova project dynamically and ended up creating my own cordova-plugin for that. You can find it here, maybe it will be useful for you too! Nevertheless you will have to implement the widget in Swift.
The plugin takes an already developed widget and integrates it in an cordova-ios project on every cordova platform add ios using a hook which parses and modifies the project.pbxproj via the help of cordova-node-xcode.
I cant find any information how to publish an uwp app to store which is created as xamarin.forms project. On my VS2015 proffesional version, I don't have any option as "store" as shown in this article below.
https://msdn.microsoft.com/en-us/windows/uwp/packaging/packaging-uwp-apps
Does anybody know an easy way of doing this? Most important how to handle steps 5,6,7, 10, 11 in the article if there is no automated way.
EDIT: I can find this option on the Project->Store Menu above but all the options are grayed out as shown in the image below. I am connected with a developer account email on my VS2015.
my Project is a UWP project as shown below. And I have 2nd project as WP81. Right Click on WP81 project has Store menu option enabled. problem persist only for UWP project in the same solution.
EDIT: Same project on 2 different computers.
1- has store option enabled. where I have packages below are installed
2- doesnt have store option on right click but has grayed out store menu under project has below packages are installed
Please first lest-click to select UWP or other Windows project, and then right-click project and select store option, you can find Create App Packages.... If this option is disabled or does not appear at all, check that the project is a UWP project.
I am building a HTML5 app via Dreamweaver 5.5 and want to use the childbrowser plugin to display a url internally - can anyone offer any advice on to do this? I'm struggling to implement. Or an alternative method to display a url within an app rather than safari?
cheers
paul