https://github.com/daniel-rosiak/symfony4-vue
2018; simple symfony 4 rest api; vue.js frontend
https://github.com/daniel-rosiak/symfony4-vue
poc rest-api symofny4 vue
Last synced: about 2 months ago
JSON representation
2018; simple symfony 4 rest api; vue.js frontend
- Host: GitHub
- URL: https://github.com/daniel-rosiak/symfony4-vue
- Owner: daniel-rosiak
- Created: 2018-09-30T19:15:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T19:22:40.000Z (over 7 years ago)
- Last Synced: 2025-07-23T20:56:33.514Z (11 months ago)
- Topics: poc, rest-api, symofny4, vue
- Language: PHP
- Homepage:
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TEST APP
Test application, symfony 4 + VUE.js
## Instalation
```
composer update
```
create '.env' file in root folder of app (eg: .env.dist)
```
yarn
```
```
yarn encore dev
```
## Start application
```
php bin/console server:run
```