Is it possible to run Angular with Webpack, Sass, PHP, and MySQL? -


i want know best practices getting task runner serve angular application compiles sass, reloads or "watches" php, , can query mysql database.

i have app uses gulp reload php , compile sass, want add angular mix!

any resources, comments, or questions welcome!

also, followed webpack documentation on angular website (angular.io) unable deploy application. angular has adopted webpack task runner/bundler.

should continue study webpack or there type of workaround?

thanks!!

-donald

though choice based stick webpack2. more powerful, used , getting better functionalities time. frameworks have cli angular-cli use webpack2 under hood. has loaders compile sass css need. checkout github link lists steps compile sass css using webpack loaders.

https://github.com/webpack-contrib/sass-loader


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -