Navigation

    Monaca & Onsen UI
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. asial-matagawa
    3. Best
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Best posts made by asial-matagawa

    • RE: Integrate OnsenUI in Angular 2

      Hi, @btx!

      This problem is already mentioned in this topic.
      If you want to use Onsen UI with Angular CLI, you have to add the following settings into your .angular-cli.json:

            "styles": [
              "../node_modules/onsenui/css/onsen-css-components.css",
              "../node_modules/onsenui/css/onsenui.css"
            ],
            "scripts": [
              "../node_modules/onsenui/js/onsenui.js"
            ],
      

      Currently we are preparing a new version of angular2-onsenui which supports Angular 4 and fixing the contents in onsen.io.
      Thank you.

      posted in Onsen UI
      asial-matagawa
    • Status of Vue 2 binding alpha and roadmap for beta

      Onsen UI and Vue.js

      It has been 4 weeks since we released 2.0.0-alpha.0. We know, we know, alpha is a scary tag. That’s why we’re looking to move on from it as fast as possible.

      Click here to see the original article

      posted in News & Announcements
      asial-matagawa
    • Monaca: The New Build Has Arrived

      I know I know, Monaca Team has been pretty quiet. Sorry about the lack of communication. We’ll try to be better. Lots going on!

      One of the things we’ve been working on is to improve your build experience. And we are happy to release an update today. Woo hoo!

      New Build UI

      Let’s go over the changes, shall we?

      First thing you will notice is that the interface is revamped. Now there is a dedicated and streamlined page rather than bunch of popups and this interface is the same for IDE and the Localkit. No more confusion there.

      Of course it is not just the look that changed. To build iOS apps, you can now manage secret key, certificate and provisioning files right inside Monaca.

      The best part is that you can manage multiple iOS certificates and provisioning files. This allows you to specify which provisioning file to use for each project and for each build type. Localkit users can do this too.

      You can also see build log in real time right there. Good to know what’s going on, right?

      We hope this update makes the build much easier and more pleasant for you. Let us know what you think - we are always looking for your feedback.
      Be sure to let us know if you have any issue, request or whatever comment about Monaca.

      Happy coding!

      Click here to see the original article

      posted in News & Announcements
      asial-matagawa