crickford / vue-json-schema-form

VueJS library for generating forms from JSON schemas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to generate a new version after personalized modification ?

chungguo opened this issue · comments

First of all , thank you for providing such an excellent project.

In actual use, we need to make some changes based on your project. But, expect how to run local demo, no packaging instructions were found.

So, could you please guide how to generate a new version after personalized modification ?

Thanks!

Glad you've found it useful!

Since the project is built with Vue cli 3, generating production bundles is super easy: vue-cli-service build --target lib --name VueJsonSchemaForm index.js Then you can use the bundles it generates in the dist directory in your projects.

I'll write up some more development documentation in the next few days when I get the chance, but hopefully that's enough to get you started.

Thank you for your guidance so that I found instructions in the official documentation.

https://cli.vuejs.org/guide/build-targets.html#app