Dave Mo
Dave Mo
These work, for Vue + Typescript + Webpack: 1) ./.storybook/config.js: ```ts import { configure } from '@storybook/vue' // automatically import all files ending in *.stories.js const req = require.context('../src/stories', true,...
Very interesting project, though struggling to get Vue and Typescript working together. for example renaming `index.js` to `index.ts` and adding this line: ``` import App from './view/App.vue' ``` Results in:...
Hi, wondering if this component has keyboard navigation? e.g. arrow up to move up a node, arrow down to move down arrow left to collapse node arrow right to expand...
Hi, seems like a nice library (and definitely Vuex needs some improvement) however, it's not clear how Puex differes from Vuex, vuex-typescript, and others ?
status?
hi, really interesting project, wondering if it's production ready? - need to move off Vuex, too many problems
Hi, came across this seed looking for a vue-ts-fusebox starter. (and also, recognised your name given our vuex discussion elsewhere). Question: - any reason you're using Webpack + FuseBox +...
Hi, just wondering how you'd insert a inside another template? e.g: ``` @VueComponent({ template: ` Welcome to coligo! login signup Check out the other tutorials! ` }) export class ClassA{...
updated repo with `salita --update` no problems, runs fine. Then, added this project: https://github.com/asvae/vue-component-tree ie: `npm install -D vue-component-tree` Now, running npm start again results in this: ``` /Users/davem/.nvm/versions/node/v8.9.4/bin/node /Users/davem/.nvm/versions/node/v8.9.4/lib/node_modules/npm/bin/npm-cli.js...
ran salita --update
hi, nice library, wondering if it's possible to do hit detection on a shape, ie: to know which shape the mouse is over? thanks