Vitaly Pinchuk

Results 21 comments of Vitaly Pinchuk

Using in component template should be defined in directives: ``` Vue.component('iam-select', { directives: { onClickaway: VueClickaway.directive, }, ``` and html-file should have ``

@AlenQi Vue 2 typescript examples with vuex & without webpack/rollup (tsc transpiling & bundling): - [simple](https://github.com/viT-1/direct-vuex-systemjs) with SystemJs module resolving only - [tough](https://github.com/viT-1/systemjs-ts-es6-vue) with esm & SystemJs support, eslint &...

May be this cause the problem? bfaa6584f10a006d85a964fad7fbd932f387c187 found [here](https://github.com/stylus/stylus/pull/1387)

> can you clarify what do you mean I store 1.0.1 in json file, as `{ "version": "1.0.1" }` and then import this value into .js and .styl files, and...

How to solve alias paths without webpack loaders? For example js with [tsconfig solution](https://github.com/viT-1/systemjs-babel-es6-vue/blob/6b3259cb300cebfd7bafaefff637882e607457a3/package.json#L23)

.vue files for css, js & html support? #165

I resolved this issue by changing parameter "dir" to "/opt", but I don't think this is obvious and correct behaviour, because I have many projects/targets and it turns out that...

Another bug about mappings: When i saved any file not matching "mappings" it still deployed to "dir" folder with relative path from my local "projects" folder O_o

> Full paths do not work. How to map local folder with "dir" in this case?

> As you wish. If one does not like esm.js, you may create sprintf.mjs though. It will work with modern browsers and with Deno. By the way, the author of...