Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 616 Bytes

README.md

File metadata and controls

51 lines (28 loc) · 616 Bytes

contas-vuejs

Installation

Install npm dependencies

sudo npm install -g lite-server
sudo npm install -g concurrently
sudo npm install -g gulp-cli
sudo npm install -g webpack-dev-server

npm install

Install composer dependencies

cd api
composer install

Run Api

php -S 127.0.0.1:8000

Run FrontEnd + Babel compile

npm start

Commands

Run FrontEnd

lite-server

Run Babel compile

npm run babel

Run SASS compile

npm run sass

Run SASS compile watch

npm run sass:w

Run gulp copy roboto fonts

gulp

Run webpack watch

webpack --watch