You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##**Tutorial** at [**Digital Fortress**](https://digitalfortress.tech/tutorial/symfony-vue-js-integration/)
2
+
3
+
4
+
###Setup Project:
5
+
6
+
**Requirements:**
7
+
8
+
You should have [**composer**](https://getcomposer.org/download/), [**node**](https://nodejs.org/en/download/) and [**yarn**](https://yarnpkg.com/en/docs/install) package manager installed.
9
+
10
+
**Steps:**
11
+
12
+
1.**Clone** this repository
13
+
2.**Cd** to the root directory in your terminal (`cd symfony-vue-tutorial`)
14
+
3. Execute **`composer install`** to install all the PHP dependencies
15
+
4. Execute **`npm install`** to install all the Javascript dependencies
16
+
5. Run development Server **`php bin/console server:start`**
17
+
6. Build JS assets **`yarn run encore dev --watch`**
0 commit comments