- Init Yii2 part as described in manual
Apache2 conf files examples for backend and api
- Api link should be http://etnodict.api otherwise change link name in src/api-server.js
- Set user name and password for backend (via terminal session):
php yii user/add
- Init Vue part
cd frontend/web
npm install
- Run frontend
cd frontend/web
npm run dev