Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shtikov/wordgame2
https://github.com/shtikov/wordgame2
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shtikov/wordgame2
- Owner: SHTIKOV
- Created: 2019-10-01T09:57:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:50:49.000Z (about 2 years ago)
- Last Synced: 2023-03-02T23:41:26.537Z (almost 2 years ago)
- Language: PHP
- Size: 1010 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Symfony + Vue = SPA](https://i.imgur.com/7xfhtlX.png)
Easy to build application on stack: `Symfony 4.x` + `Vue` + `Vue` + `Webpack` + `Sass`.
# How to install
To install, run the following **composer** command:
```
composer require shtikov/symfony-vue
```# Build
To build the project you need:
- Install **npm** modules
```
npm install
```
- Install **composer** vendors
```
composer install
```
- Build all application packages
```
npm run build (production)
or
npm run dev (develop)
```
- Start server
```
bin/console server:run
```
# See more
https://packagist.org/packages/shtikov/symfony-vue