for spa applications, the function of the main architecture is clear, but I still don t understand how to coordinate some pages when doing activities. for example, I have a mall wapapp. On National Day and Spring Festival, there are some second kill a...
problem description Front-end separation project, front-end vue.js. The backend golang accesses Wechat to log in after getting the user openid, if the record does not exist in the database, then you need to register or bind. How to ensure the authen...
the company develops a new CRM system, and the front end uses Vue-cli plus elementUI, back-end. Net. At present, it is uncertain whether the back-end can develop RestFul api, but what is certain is that the front-end page of a single-page application wil...
the react development used for the company s news and information projects did not take into account the seo problem at that time, but now the company needs to consider seo. It is generally said to use server rendering on the Internet. I would like to a...
the younger brother of this project uses the vue bucket to make a single-page application. now wants to render a skeleton of the current page before the app.js is loaded. but the ui of each page is not exactly the same. I would like to ask: before ...
< H2 > the components are as follows < H2 > <template> <div ref= container class= container > <div class= list >< div> <div class- btns > <button @click= create >< button...
Note: recently in mixed app development, the "return " in the title contains browser s return button and phone s return key . condition: vue project has three routes: Index, List and Detail, corresponding to three components of the same name r...
first explain what you want to achieve. only needs to be implemented in main.js or App.vue, without adding page-loaded code for each subcomponent. When the progress bar is loaded to 100%, it must be after the data is loaded and rendered. now the main ...
A single-page application developed by vue (which enables opening sub-routes to be displayed on a new tag) is published and placed in nginx, and sub-routes are opened on the new tag, showing 404 . nginx.conf http { include mime.types; ...
the project is built by vue-cli. SAP, runs without error with npm run dev. After using npm run build, the generated js is put into erb and reported to cannot redefine $router,. Some answers say that vue router is defined twice, or vue is packaged twice,...
for a single-page application, the current page issues an ajax request. Before the response is returned, the main page on the right side is switched when the menu is switched, and the ajax response of the previous page is returned. There are too many sce...