Corteza Vue
The corteza-vue
package provides the common Vue-specific logic that should be accessible by any Vue-based web application.
The most common use cases for the corteza-vue
package include the authentication and the API client plugins.
Refer to the Corteza Core Repositories for details regarding the release process. |
Development setup
Fork the corteza-vue
repository
Core contributors should skip this part. |
-
go to the https://github.com/cortezaproject/corteza-vue repository
-
click on the Fork button in the top right corner and follow the instructions on the screen.
Clone the repository
Using the CLI:
-
open the CLI
-
navigate to your working folder
-
run the
git clone git@github.com:cortezaproject/corteza-vue.git
command
Refer to the repository if you wish to use an alternative method. |