-
Notifications
You must be signed in to change notification settings - Fork 533
update docs #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have updated the doc and completed some stuff. Please tell me if you find some problem. I tried to sort properties alphabetically but it is not yet consistent (some field are not sorted yet). |
Thanks! I will check it. |
I just realized |
Hmm, it was a quick test field only. But it stay. I fill the docs, thanks. |
Sorry about the pressure. If you want I can help with the custom fields if you give me a topo. |
It would be good. For custom fields:
And add some code snippet from dev as a sample: |
This is very powerful. How about we make it possible to choose which fields to load ? For example Keen UI does that. |
You can check too, if you make a build and drop the stat.json file to https://chrisbateman.github.io/webpack-visualizer/ |
why is lodash so big ? It seem like we only use some functions from it. |
I think, this stats made before Dedupe, so it contains unused parts too. I think it, because stats.json said the full size is 1.2MB, but the bundle size is only ~400kB after build. In a separated branch we can try to remove these dependencies and use as external deps. But I don't know, how we do that, Because if we set these libs to externals in webpack config, it will try to load from global var. But it won't work if you are try to using vfg from other webpack project. More information: https://webpack.github.io/docs/library-and-externals.html |
I'm going to test it. A very modularized version of the app would be a plus.
The link you provided give me everything I need to make it work. |
@icebob can I merge the doc with master ? |
Yes please. Thank you! |
how can i provide the schema through json file . |
autocomplete
attr enhancement: add missing "autocomplete", "placeholder" and "readonly"… #63The text was updated successfully, but these errors were encountered: