Setting Up
- Go to your source root directory
- Clone submodule by executing
git submodule add https://github.com/nodrix/anxeb-common.git common - Go to newly created
common/submodule end executenpm install - After all scripts completes its execution, go to folder:
static/vendors/v-calendar/ - Replace code
componentPrefix: 'v'bycomponentPrefix: 'vc'on filev-calendar.umd.jsline 7185 - Repeat process again if you reinstall npm modules.
Notes
- You can change packages scripts to customize vendors directory.
- You can change root directory name before cloning submodule.
- To pull changes use:
git submodule update --recursive --remote