Let’s separate PC and mobile terminals.
The PC version should continue to render templates on the backend, otherwise it would be a tragedy if Baidu can’t even search it.
The mobile version is angular
I am currently using angularjs+sass (using bootstrap mix-ins and variables) to make the mobile version. In fact, the mobile version considers less SEO issues and is more suitable than the PC.
It is very convenient to bind pure interfaces with angularjs, similar to SPA mode. If you use traditional js to write, you may have a lot of dom pages, but the performance is not very good
seo
Should be a problem~Let’s separate PC and mobile terminals.
The PC version should continue to render templates on the backend, otherwise it would be a tragedy if Baidu can’t even search it.
The mobile version is angular
I am currently using angularjs+sass (using bootstrap mix-ins and variables) to make the mobile version. In fact, the mobile version considers less SEO issues and is more suitable than the PC.
It is very convenient to bind pure interfaces with angularjs, similar to SPA mode. If you use traditional js to write, you may have a lot of dom pages, but the performance is not very good