In the company's project, the view layer including css and js styles are written to the application directory. I would like to ask you all, how to set up the configuration file and can these style files be used?
滿天的星座2017-06-27 09:19:43
No configuration file required, write directly in the view
require(__DIR__ . '/..../xxxx.css');
Like this
Of course, there is also a method based on server configuration. In the project domain name configuration, make address aliases for CSS/JS and images, such as mapping http://xxx/css/*
to the css of the project
application
Table of contents.