Skip to content

eltonlk/contas-vuejs

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published