rommyarb

Results 8 comments of rommyarb

> I have done step by step : > Install the plugin: > step1:$ npm install --save-dev babel-plugin-module-resolver > step2: Specify the plugin in your .babelrc with the custom root...

Me too. I almost give up. I'm still thinking about moving back to Flutter. But I love TypeScript.

I followed the workaround in [shirakaba/react-nativescript/issues/65](https://github.com/shirakaba/react-nativescript/issues/65), but the HMR only works in ``. **Does not work in `` and ``**, no changes showing. I'm using **Android Emulator** on macOS. Here...

Mas bro, ini gk bisa write XLS / XLSX ya? Tapi di descriptionnya ditulis 😄

You didn't read the documentation my brother. Do it like this: ``` class DataObj { @persist('list') @observable employees = []; @persist('list') @observable equipments = []; } class MyStore { @persist('object',...

> We have a problem with nested, not plain arrays. { someitem: [ ] }. Like he showed in the example LOL. I just showed you nested example. Take a...

@erzzo Okay. If you still don't understand. Let me explain: Instead of doing this: ``` class MyStore { @persist('object') @observable dataObj = { employees: [], equipments: [] } } ......

My brothers & sisters, I have found the solution for Nuxt.js 1. Create a plugin file in `plugins/vue-context.js` ```js import Vue from "vue"; import VueContext from "vue-context"; import "vue-context/dist/css/vue-context.css"; Vue.component("VueContext",...