Are there any examples of large projects packaged with arttemplate and jquery,webpack

recently, the project seo has high requirements, so I decided to use arttemplate, jquery,webpack and node server rendering, but I don"t know where to start. Do you have any good best practices for reference? thank you

.
Apr.03,2021

this is the same as a normal vue,react project, except that you need to replace vue,react with artTemplate and jQuery.

with regard to packaging, the packaging tool itself does not care about what framework you use, it just needs you to give it an entry file, and the packaging tool will automatically load dependencies for architecture

before these frameworks developed, many projects were written in artTemplate and jQuery, and then migrated to the new framework.

early technology development stack

  • template engine artTemplate | Handlebars | Jade | Mustache, etc.
  • tool library jQuery undersore, etc.
  • build tool fis | grunt | gulp, etc.

of course, there are other template engines used in many languages, such as php's smarty,
backend, which can use any template technology. Once on the browser side, the front end takes over template rendering

.

the example of using this is not easy to find. Previous company projects are not very suitable for open source. I randomly found one on the Internet, which you can refer to, and it looks OK.

https://github.com/qinhui6/jq.

Menu