File tree
Expand file treeCollapse file tree1 file changed
+4
-4
lines changed Expand file treeCollapse file tree1 file changed
+4
-4
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -14,8 +14,8 @@ Magento empowers thousands of retailers and brands with the best eCommerce platf
|
14 | 14 |
|
15 | 15 | CMS Connect App - adds the connection between the Magento CMS and VueFront WebApp via a GraphQL API.
|
16 | 16 |
|
17 |
| -[](https://packagist.org/packages/vuefront/vuefront) |
18 |
| -[](https://packagist.org/packages/vuefront/vuefront) |
| 17 | +[](https://packagist.org/packages/vuefront/module-vuefront) |
| 18 | +[](https://packagist.org/packages/vuefront/module-vuefront) |
19 | 19 |
|
20 | 20 | ## How to install & upgrade VueFront
|
21 | 21 |
|
@@ -28,15 +28,15 @@ Run the following command in Magento 2 root folder.
|
28 | 28 | #### 1.1 Install
|
29 | 29 |
|
30 | 30 | ```
|
31 |
| -composer require vuefront/vuefront |
| 31 | +composer require vuefront/module-vuefront |
32 | 32 | php bin/magento setup:upgrade
|
33 | 33 | php bin/magento setup:static-content:deploy
|
34 | 34 | ```
|
35 | 35 |
|
36 | 36 | #### 1.2 Upgrade
|
37 | 37 |
|
38 | 38 | ```
|
39 |
| -composer update vuefront/vuefront |
| 39 | +composer update vuefront/module-vuefront |
40 | 40 | php bin/magento setup:upgrade
|
41 | 41 | php bin/magento setup:static-content:deploy
|
42 | 42 | ```
|
|
You can’t perform that action at this time.
0 commit comments