CN111177621B - Web page development method, device and system - Google Patents

Web page development method, device and system Download PDF

Info

Publication number
CN111177621B
CN111177621B CN201911340159.7A CN201911340159A CN111177621B CN 111177621 B CN111177621 B CN 111177621B CN 201911340159 A CN201911340159 A CN 201911340159A CN 111177621 B CN111177621 B CN 111177621B
Authority
CN
China
Prior art keywords
web page
vue
updated
json file
vue component
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201911340159.7A
Other languages
Chinese (zh)
Other versions
CN111177621A (en
Inventor
瞿靖坤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Dajia Internet Information Technology Co Ltd
Original Assignee
Beijing Dajia Internet Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Dajia Internet Information Technology Co Ltd filed Critical Beijing Dajia Internet Information Technology Co Ltd
Priority to CN201911340159.7A priority Critical patent/CN111177621B/en
Publication of CN111177621A publication Critical patent/CN111177621A/en
Application granted granted Critical
Publication of CN111177621B publication Critical patent/CN111177621B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The disclosure relates to a web page development method, a device, an electronic device and a storage medium, which are used for at least solving the problem that in the related art, the web page development and update process needs a lot of repeated code writing, and the web page needs to be recompiled and online after each modification, so that the web page development and update efficiency is lower, and the method comprises the following steps: determining page requirements of a web page to be developed according to the received web page development request; creating a json file corresponding to the web page to be developed according to the page demand, wherein each node in the json file carries a unique identifier of a corresponding vue component; and determining vue component sets for rendering the web page to be developed according to unique identifiers of vue components carried by nodes in the json file, and generating the web page by utilizing each vue component rendering in the vue component sets.

Description

Web page development method, device and system
Technical Field
The disclosure relates to the field of computer technology, and in particular relates to a web page development method, device and system.
Background
With the rapid development of internet information technology, terminal devices are increasingly popular, and more Applications (APP) for terminal devices are developed, so that lives of people are greatly enriched, and the terminal devices are gradually an integral part of work and life of people.
And also because APP and people daily life are more and more closely related, on the other hand, the requirement of the user on APP page display is higher and higher. In order to bring better use experience to users, APP development enterprises have also become increasingly demanding on front-end development of web pages.
In the application development process, front-end development is an indispensable loop. Front-end development refers to a process of creating a front-end interface such as a web page or an application program, and the main function of the front-end development is to present the interface of an internet product to a user in a better and more convenient manner, and to implement user interface interaction of the internet product through various technologies, frameworks, solutions, etc. derived from, for example, hypertext markup language (HyperTextMarkup Language, HTML), cascading style sheet (Cascading Style Sheet, CCS) tools, scripting language (JavaScript).
The web page development process of the traditional internet product mainly comprises the following steps: 1. drawing a page image file by a designer; 2. manually analyzing the image file to determine a page style layout; 3. writing a code description page style layout; 4. the written codes are converted into page configuration information which can be executed by the graphic processor, such as view layer codes, and the page corresponding to the page design data can be displayed on the target terminal screen based on the page configuration information. Therefore, the existing web page development process requires a great deal of manual operation from page design to style layout code writing, and the front-end development efficiency is greatly reduced.
In addition, most of the APP interfaces at present often carry out adjustment of fonts, colors, background images and characters on the display pages of the APP according to current holidays, hot events, current popularization activities and the like, the adjusted pages can only be displayed for one day in a certain holiday activity, in order to carry out the adjustment of the pages, page developers are often required to write a large number of repeated codes, and the page developers are required to compile and put on line again after each modification, so that a large number of repeated tedious work consumes working enthusiasm of the developers on one hand, and development and update efficiency of web pages is greatly reduced on the other hand.
Therefore, how to reduce the repeated code writing in the web page development and updating process as much as possible, and avoid the online compiling after each modification, so as to improve the development efficiency of the web page as much as possible, and the method becomes a problem to be solved in the prior art.
Disclosure of Invention
The disclosure provides a web page development method, device and system, which at least solve the problem that in the related art, the web page development and update process needs a large number of repeated code writing, and the web page development and update efficiency is low because the web page needs to be recompiled and online after each modification. The technical scheme of the present disclosure is as follows:
According to a first aspect of an embodiment of the present disclosure, there is provided a web page development method, including:
determining page requirements of a web page to be developed according to the received web page development request; creating a json file corresponding to the web page to be developed according to the page demand, wherein each node in the json file carries a unique identifier of a corresponding vue component; and determining vue component sets for rendering the web page to be developed according to the unique identification of vue components carried by each node in the json file, and generating the web page by utilizing each vue component rendering in the vue component sets.
In one embodiment, a set of vue components corresponding to the page requirements is determined, and unique identifications of each vue component in the set vue are determined; determining style information and attribute information corresponding to each vue component in the vue set according to the page requirements; and creating unique identifiers of nodes in the json file according to the unique identifiers of all vue components in the vue component set, and writing style information and attribute information corresponding to all vue components in the vue set into corresponding nodes of the json file.
In one embodiment, determining a vue component set for rendering the web page to be developed according to the unique identification of vue components carried by each node in the json file, and generating a web page by using each vue component in the vue component set includes: traversing the json file, and respectively determining vue components corresponding to all nodes in the json file according to the unique identifiers of all nodes in the json file; and determining vue components corresponding to all nodes in the json file as vue component sets for rendering the web page to be developed, and rendering and generating the web page by utilizing each vue component in the vue component sets.
In one embodiment, generating a web page with each vue component rendering in the vue set of components includes: according to style information and attribute information contained in each node in the json file, style information and attribute information corresponding to each vue component in the vue component set are respectively determined; each vue component in the vue component set renders and generates a web page by using the corresponding style information and attribute information.
In one embodiment, creating a json file corresponding to the web page to be developed includes: and creating a json file corresponding to the identification field according to the identification field of the web page query parameter to be developed.
According to a second aspect of an embodiment of the present disclosure, there is provided a web page update method, including:
determining the update requirement of the web page to be updated according to the received web page update request;
modifying a json file corresponding to the web page to be updated according to the updating requirement, wherein each node in the json file carries a unique identifier of a corresponding vue component;
and determining an updated vue component set for updating the web page to be updated according to the unique identification of the vue component carried by each node in the modified json file, and rendering the web page to be updated by utilizing each updated vue component in the updated vue component set.
In one embodiment, modifying the json file corresponding to the web page to be updated according to the update requirement includes: determining a json file corresponding to the web page to be updated according to the identification field of the web page query parameter to be updated; determining an updated set of vue components corresponding to the update demand and determining a unique identification of each updated vue component in the updated set vue; according to the update requirement, determining updated style information and updated attribute information corresponding to each updated vue component in the updated vue component set; modifying unique identifiers of nodes in the json file according to the updated vue component set so that the unique identifiers of the nodes in the modified json file correspond to the unique identifiers of the updated vue components in the updated vue component set; and modifying the style information and the attribute information contained in each node in the json file according to the updated style information and the updated attribute information.
In one embodiment, updating the web page to be updated with each updated vue component of the updated vue component set comprises: according to style information and attribute information contained in each node in the modified json file, style information and attribute information corresponding to each updated vue component in the updated vue component set are respectively determined; and rendering and updating the web page to be updated by each updated vue component in the updated vue component set by using the corresponding style information and the attribute information.
According to a third aspect of the embodiments of the present disclosure, there is provided a web page development apparatus, including:
a demand determining unit configured to perform determining a page demand of a web page to be developed according to the received web page development request; the file creation unit is configured to execute creating a json file corresponding to the web page to be developed according to the page requirement, wherein each node in the json file carries a unique identifier of a corresponding vue component; and the rendering unit is configured to determine vue component sets for rendering the web page to be developed according to the unique identification of vue components carried by each node in the json file, and render and generate the web page by utilizing each vue component in the vue component sets.
In one embodiment, the file creation unit is specifically configured to perform: determining a set of vue components corresponding to the page requirements and determining unique identification of each vue component in the set vue; determining style information and attribute information corresponding to each vue component in the vue set according to the page requirements; and creating unique identifiers of nodes in the json file according to the unique identifiers of all vue components in the vue component set, and writing style information and attribute information corresponding to all vue components in the vue set into corresponding nodes of the json file.
In an embodiment, the rendering unit is specifically configured to perform: traversing the json file, and respectively determining vue components corresponding to all nodes in the json file according to the unique identifiers of all nodes in the json file; and determining vue components corresponding to all nodes in the json file as vue component sets for rendering the web page to be developed, and rendering and generating the web page by utilizing each vue component in the vue component sets.
In an embodiment, the rendering unit is specifically configured to perform: according to style information and attribute information contained in each node in the json file, style information and attribute information corresponding to each vue component in the vue component set are respectively determined; each vue component in the vue component set renders and generates a web page by using the corresponding style information and attribute information.
In one embodiment, the stable file creation unit is specifically configured to perform: and creating a json file corresponding to the identification field according to the identification field of the web page query parameter to be developed.
According to a fourth aspect of the embodiments of the present disclosure, there is provided a web page updating apparatus, including:
An update demand confirmation unit configured to perform determining an update demand of a web page to be updated according to the received web page update request; the file modification unit is configured to modify a json file corresponding to the web page to be updated according to the update requirement, wherein each node in the json file carries a unique identifier of a corresponding vue component; and the updating unit is configured to determine vue component sets for updating the web page to be updated according to the unique identification of vue components carried by each node in the modified json file, and render and update the web page to be updated by utilizing each vue component in the vue component set.
In one embodiment, the file modification unit is specifically configured to perform: determining a json file corresponding to the web page to be updated according to the identification field of the web page query parameter to be updated; determining an updated set of vue components corresponding to the update demand and determining a unique identification of each updated vue component in the updated set vue; according to the update requirement, determining updated style information and updated attribute information corresponding to each updated vue component in the updated vue component set; modifying unique identifiers of nodes in the json file according to the updated vue component set so that the unique identifiers of the nodes in the modified json file correspond to the unique identifiers of the updated vue components in the updated vue component set; and modifying the style information and the attribute information contained in each node in the json file according to the updated style information and the updated attribute information.
In one embodiment, the updating unit is specifically configured to perform: according to style information and attribute information contained in each node in the modified json file, style information and attribute information corresponding to each updated vue component in the updated vue component set are respectively determined; and rendering and updating the web page to be updated by each updated vue component in the updated vue component set by using the style information and the attribute information.
According to a fifth aspect of embodiments of the present disclosure, there is provided a web page development electronic device, comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement any of the web page development method steps described above in the first aspect.
According to a sixth aspect of embodiments of the present disclosure, there is provided a web page update electronic device, comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement any of the web page update method steps of the second aspect above.
According to a seventh aspect of embodiments of the present disclosure, there is provided a storage medium comprising:
The instructions in the storage medium, when executed by a processor of a web page development electronic device, enable the web page development electronic device to perform any one of the web page development method steps of the first aspect described above.
According to an eighth aspect of embodiments of the present disclosure, there is provided a storage medium comprising:
the instructions in the storage medium, when executed by a processor of a web page update electronic device, enable the web page update electronic device to perform any one of the web page update method steps of the second aspect described above.
According to a ninth aspect of embodiments of the present disclosure, there is provided a computer program product comprising:
when it is running on the device, causes the item packing device to perform: the web page development method steps of any one of the first aspects above.
According to a tenth aspect of embodiments of the present disclosure, there is provided a computer program product comprising:
when it is running on the device, causes the item packing device to perform: the web page update method steps of any of the above second aspects.
The technical scheme provided by the embodiment of the disclosure at least brings the following beneficial effects:
by adopting the web page development method provided by the embodiment of the disclosure, after a web page development request is received, firstly, the page requirement of a web page to be developed can be determined, then a json file corresponding to the web page to be developed can be created according to the determined page requirement, unique identifiers of vue components in a vue component set required for rendering the web page are recorded in the json file, and when the web page development is carried out, only vue components for rendering the web page to be developed are determined according to the json file, and the web page is generated by utilizing the vue components according to style information and attribute information recorded in the json file, so that the web page development can be completed. When the developed web page is required to be updated, only a json file corresponding to the web page is required to be determined, and the unique identification of the corresponding node in the json file, the carried style information and the carried attribute information are required to be modified according to the received modification requirement, so that the code of the whole web page does not need to be repeatedly written, and the compiling and the online are not required to be carried out again after the code is modified each time, and the development and updating efficiency of the web page is greatly improved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the disclosure and together with the description, serve to explain the principles of the disclosure and do not constitute an undue limitation on the disclosure.
FIG. 1 is a flowchart illustrating a web page development method according to an exemplary embodiment.
Fig. 2 is a flowchart illustrating a method of web page update, according to an example embodiment.
FIG. 3 is a block diagram illustrating a web page development device, according to an example embodiment.
Fig. 4 is a block diagram illustrating a web page updating apparatus according to an exemplary embodiment.
FIG. 5 is a block diagram of a web page development electronic device, shown in accordance with an exemplary embodiment.
Detailed Description
In order to enable those skilled in the art to better understand the technical solutions of the present disclosure, the technical solutions of the embodiments of the present disclosure will be clearly and completely described below with reference to the accompanying drawings.
It should be noted that the terms "first," "second," and the like in the description and claims of the present disclosure and in the foregoing figures are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the disclosure described herein may be capable of operation in sequences other than those illustrated or described herein. The implementations described in the following exemplary examples are not representative of all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with some aspects of the present disclosure as detailed in the accompanying claims.
The technical solutions provided by the embodiments of the present disclosure are described in detail below with reference to the accompanying drawings.
The embodiment of the disclosure provides a web page development method, which is used for at least solving the problem that the web page development and update efficiency is low because a large amount of repeated codes are written in the web page development and update process in the related technology and the online is required to be recompiled after each modification.
The execution subject of the web page development method provided by the embodiment of the present disclosure may be, but is not limited to, at least one of a mobile phone, a tablet computer, a personal computer (Personal Computer, PC), a smart television, and any terminal device that can run an application program. Alternatively, the execution subject of the method may be an application itself installed on the device. In addition, the execution subject of the method can also be a pre-built front-end application development platform.
For convenience of description, the web page development method provided by the embodiment of the present disclosure is described below by taking an execution subject of the method as a pre-built front-end application development platform. It will be appreciated that the implementation of the method is merely an exemplary illustration of a pre-built front-end application development platform and should not be construed as limiting the embodiments of the present disclosure.
FIG. 1 is a flowchart illustrating a web page development method, as shown in FIG. 1, for use in a development platform, according to an exemplary embodiment, comprising the steps of:
in step S101, determining a page requirement of a web page to be developed according to the received web page development request;
specifically, in this embodiment, the execution body is a pre-built development platform with the web page independent development flow described in this embodiment, and it should be noted that, in practical application, the development platform may be a conventional physical server (which needs to occupy an actual physical space) or a virtual cloud server, which is not limited herein.
In the embodiment of the disclosure, the web page development request received by the development platform is generally triggered by a program developer, and the developer can interact with the development platform to input the page requirement for the web page to be developed through the development platform. In the embodiment of the disclosure, a developer can specifically access the development platform through a Web browser of a self or third party in the terminal device to realize interaction with the development platform. The specific page development request triggering mode and the mode of inputting the page requirement aiming at the web page to be developed can be set by a person skilled in the art according to the requirement, and the specific limitation is not limited herein.
In addition, the page requirement for the Web page to be developed in this embodiment may be a use case diagram, a flowchart, a product prototype, etc. of the Web front-end page designed by the requirement engineer according to the project requirement, which are not listed here, and are not limited.
The above-mentioned Case diagram (User Case) specifically refers to a view for describing the system functions, which is formed by participants (actors), case (UseCase), boundaries and relationships between them, and in which a model diagram of the system functions that can be observed by external users (referred to as participants) is shown.
The flow chart is used for showing one implementation flow of each functional component association and user operation in the Web front-end page in the using process of the Web front-end page.
The product prototype, in practical application, can be generally described as a framework design before the whole front-end application product is marketed. Taking website registration as an example, the whole early interactive design flow chart is the design stage of prototype development, in short, the modules, elements and man-machine interaction forms of front-end pages are used, the product is expressed more specifically and vividly in a skin state by utilizing a wireframe description method, and the functions which can be realized by the front-end application needing to be synthesized, the number of the front-end pages which need to be contained by the front-end application, the style, the attribute parameters and the like of each page can be known through the product prototype.
In step S102, creating a json file corresponding to the web page to be developed according to the page requirements determined by executing step 101;
in one embodiment, the unique identifier of the json file created by the development platform and corresponding to the web page to be developed may be determined according to the id field of the Query parameter (Query parameter) of the web page to be developed. And then, when the web page is updated later, the json file corresponding to the web page can be quickly determined according to the id field of the web page query parameter.
In the embodiment of the disclosure, the json file corresponding to the web page to be developed is created, so that the requirement information of the web page to be developed is recorded through the json file, components and related parameters required for rendering the web page can be determined through the json file later, and meanwhile, when the web page is updated later, page modification can be realized quickly according to the json file. In order to achieve the above objective, in creating a json file corresponding to a web page to be developed, relevant information of the web page to be developed needs to be determined according to the development requirement of the web page, and the relevant information is recorded in the json file.
In one embodiment, creating a json file corresponding to a web page to be developed may specifically include: determining a set of vue components corresponding to the page requirements and determining unique identification of each vue component in the set vue; determining style information and attribute information corresponding to each vue component in the vue set according to the page requirements; and creating unique identifiers of nodes in the json file according to the unique identifiers of all vue components in the vue component set, and writing style information and attribute information corresponding to all vue components in the vue set into corresponding nodes of the json file.
Wherein, vue is a set of progressive JavaScript development framework for constructing a user interface, and a core library of Vue only focuses on a view layer and has the characteristic of driving view change by data. Different vue components can display data content in different formats, different functions are realized in the web page, for example, the web page to be developed contains four parts of an image display area, a video display area, an audio display area and a text display area according to development requirements, the image display area in the web page to be developed is realized by rendering an image vue component, the video display area is realized by rendering a video vue component, the audio display area is realized by rendering an audio vue component, and the like. Therefore, when the development platform receives the page development request carrying the page requirement by executing step S101, the vue component set required to be used in developing the web page can be determined according to the design of the web page style to be developed related to the page designer in the page requirement.
For example, according to the page requirements carried in the received page development request, the development platform determines that the style of the page to be developed is: the display device consists of two image display areas, one video display area and two text display areas, wherein the total number of the display modules is 5. Then, based on the page requirements of the web page, the development platform may determine that the vue component set consisting of two "image vue components," one "video vue component," and two "text vue components" may be the vue component set required to be used in developing the web page.
After determining the vue component set required for developing the web page according to the page requirement, the development platform can determine the node number of json files and the ids corresponding to the nodes according to vue components contained in the vue component set. For example, the development platform determining vue component sets to use for developing web pages includes: one "image vue component," one "video vue component," and two "text vue components," totaling 4 vue components, the development platform can write four nodes for the json file when creating the json file, each node corresponding to one vue component in the vue component set.
In order to facilitate resolving the correspondence between each node in the json file and each vue component in the vue component set, after determining the vue component set required to be used for developing the web page, the development platform may set unique ids for components in the component set, for example, ids of "image vue components" are: the id of the "video vue component" is b1, the id of the first "text vue component" is c1, the id of the second "text vue component" is c2, and then when the subsequent development platform creates the json file, the ids of all nodes in the json file can be set according to the id of the vue component, and then the ids of all nodes in the json file can be set as follows: a1, b1, c1 and c2.
Meanwhile, the development platform can also determine the position, the size, the color and other display samples of each display module in the web page to be developed through page requirementsThe formula parameters, and thus the development platform, can write the page style parameters into specific nodes in the corresponding json file, so that page rendering can be performed by using the vue component according to the style parameters later. Still referring to the above example, assume that the style parameters of the web page "image display region" to be developed are determined by the development platform according to the page requirement are: "position (a) 1 ,b 1 ) Color: green ", may be rendered by the" image vue component "a 1; the style parameters of the "video presentation area" are: "position (a) 2 ,b 3 ) Color: red ", may be rendered by the" video vue component "b 1; the style parameters of the text display area 1 are as follows: "position (a) 3 ,b 4 ) Color: blue ", which may be rendered by the" text vue component "c 1; the style parameters of the text display area 2 are as follows: "position (a) 5 ,b 7 ) Color: purple "may be rendered by the" text vue component "c 2. The json file created by the development platform may contain an id of: four nodes of a1, b1, c1 and c2, and the node a1 includes style parameters: "position (a) 1 ,b 1 ) Color: green "; the node b1 includes style parameters: "position (a) 2 ,b 3 ) Color: red "; the node c1 includes style parameters: "position (a) 3 ,b 4 ) Color: blue "; the node c2 includes style parameters: "position (a) 5 ,b 7 ) Color: purple color).
In step S103, a vue component set for rendering a web page to be developed is determined according to the unique identification of vue components carried by each node in the json file created by executing step S102, and a web page is generated by using each vue component rendering in the vue component set.
After the development platform completes the creation of the json file corresponding to the web page to be developed, the development platform can determine vue components for rendering the web page according to the ids of the nodes in the json file by traversing the json file, and in particular, in one embodiment, vue components for rendering the web page to be developed can be determined from the json file by: traversing the json file, and respectively determining vue components corresponding to all nodes in the json file according to the unique identifiers of all nodes in the json file; and determining vue components corresponding to all nodes in the json file as vue component sets for rendering the web page to be developed, and rendering and generating the web page by utilizing each vue component in the vue component sets.
Typically, each Vue component records each attribute item of the component in the form of a configuration file, and the Vue component can render and generate a corresponding web page display module by assigning values to the attribute items. In the embodiment of the present disclosure, the development platform may extract style parameters from each node in the json file as parameter values corresponding to each attribute item of the vue component, and specifically, the method provided by the embodiment of the present disclosure may include: according to style information and attribute information contained in each node in the json file, style information and attribute information corresponding to each vue component in the vue component set are respectively determined; each vue component in the vue component set renders and generates a web page by using the corresponding style information and attribute information.
In one embodiment, assume that the "image vue component" determined from node a1 in the json file includes "attribute item a: position "and" attribute item b: color ", the development platform may further determine the style parameter as" position (a 1 ,b 1 ) Color: green ", and the development platform may assign the" image vue component "attribute item a as: "position (a) 1 ,b 1 ) "assign" image vue component "attribute item b as: "color: green ", and thus rendering of the image display area may be accomplished by the" image vue component "using the assigned style parameters. The development platform can render each display module for generating the web page through the vue component determined according to the json file, and can generate the complete web page through splicing the display modules.
Since the web page development process is implemented based on the Vue component, the goal of the Vue component is to implement data binding and view component binding through as simple an API as possible, such that the data and views are associated. Further, complex document object model (Document Object Model, DOM) operation of the bottom layer on the webpage is shielded, and development difficulty of the webpage is greatly reduced.
By adopting the web page development method provided by the embodiment of the disclosure, after a web page development request is received, firstly, the page requirement of a web page to be developed can be determined, then a json file corresponding to the web page to be developed can be created according to the determined page requirement, unique identifiers of vue components in a vue component set required for rendering the web page are recorded in the json file, and when the web page development is carried out, only vue components for rendering the web page to be developed are determined according to the json file, and the web page is generated by utilizing the vue components according to style information and attribute information recorded in the json file, so that the web page development can be completed. When the developed web page is required to be updated, only a json file corresponding to the web page is required to be determined, and the unique identification of the corresponding node in the json file, the carried style information and the carried attribute information are required to be modified according to the received modification requirement, so that the code of the whole web page does not need to be repeatedly written, and the compiling and the online are not required to be carried out again after the code is modified each time, and the development and updating efficiency of the web page is greatly improved.
FIG. 2 is a flowchart illustrating a web page update method, as shown in FIG. 2, for use in a development platform, according to an exemplary embodiment, comprising the steps of:
In step S201, the development platform may determine, according to the received web page update request, an update requirement of a web page to be updated;
in the embodiment of the disclosure, the web page update request received by the development platform is generally triggered by a program developer, and the developer can interact with the development platform to input the page requirement for the web page to be developed through the development platform. In the embodiment of the disclosure, a developer can specifically access the development platform through a Web browser of a self or third party in the terminal device to realize interaction with the development platform. The specific page update request triggering mode and the mode of inputting the update requirement for the web page to be updated can be set by a person skilled in the art according to the requirement, and the method is not particularly limited herein.
In addition, the update requirement of the web page to be updated can be the modification of the original web page style, color, background and the like by a requirement engineer according to the project requirement.
In step S202, the development platform may modify the json file corresponding to the web page to be updated according to the update requirement determined by performing step S201;
In one embodiment, the development platform can determine which display modules are newly added in the updated web page and which original display modules are adjusted according to the update requirement, and then the development platform can determine a json file corresponding to the web page according to the id field of the web page query parameter to be updated and modify the json file according to the update requirement.
In the embodiment of the disclosure, the json file may be updated specifically by the following method: determining a json file corresponding to the web page to be updated according to the identification field of the web page query parameter to be updated; determining an updated set of vue components corresponding to the update demand and determining a unique identification of each updated vue component in the updated set vue; according to the update requirement, determining updated style information and updated attribute information corresponding to each updated vue component in the updated vue component set; modifying unique identifiers of nodes in the json file according to the updated vue component set so that the unique identifiers of the nodes in the modified json file correspond to the unique identifiers of the updated vue components in the updated vue component set; and modifying the style information and the attribute information contained in each node in the json file according to the updated style information and the updated attribute information.
For example, assume that the original web page includes: the development platform determines that an updated web page is newly added with an image display area according to updating requirements, and adjusts the position of the video display area in the web page, so that the development platform can newly add a node in a json file corresponding to the web page, the id of the newly added node corresponds to an newly added image vue component, and the node comprises style parameters of the newly added image display area; meanwhile, the development platform can adjust the position parameters in the style parameters contained in the nodes corresponding to the video vue component in the json file so as to complete modification of the json file.
In step S203, the development platform may determine vue components for updating the web page to be updated from the json file modified by performing step S102, and render the web page to be updated with vue components.
The development platform determines vue components for rendering the web page according to the ids of all nodes in the modified json file by traversing the modified json file, and renders and updates the web page by utilizing the vue components and utilizing sample parameters contained by all nodes in the modified json file.
Specifically, in the embodiments of the present disclosure, updating the web page may be accomplished by: according to style information and attribute information contained in each node in the modified json file, style information and attribute information corresponding to each updated vue component in the updated vue component set are respectively determined; each updated vue component in the updated vue component set renders and updates the web page to be updated by using the corresponding style information and the attribute information
By adopting the web page updating method provided by the embodiment of the disclosure, after the web page updating request is received, the development platform only needs to determine the json file corresponding to the web page to be updated, and modify the unique identifier of the corresponding node in the json file and the carried style information and attribute information according to the received modification requirement, so that the code of the whole web page does not need to be repeatedly written, and the compiling and the online are not needed to be carried out again after each time of modifying the code, thereby greatly improving the development and updating efficiency of the web page.
FIG. 3 is a block diagram of a web page development device, according to an example embodiment. Referring to fig. 3, the apparatus includes a demand determining unit 121, a file creating unit 122, and a rendering unit 123.
The demand determining unit 121 is configured to perform determining a page demand of a web page to be developed according to the received web page development request;
the file creating unit 122 is configured to create a json file corresponding to the web page to be developed according to the page requirement, wherein each node in the json file carries a unique identifier of a corresponding vue component;
the rendering unit 123 is configured to determine a vue set of components for rendering the web page to be developed based on the unique identification of vue components carried by the nodes in the json file, and render a generated web page using each vue component in the vue set of components.
In one embodiment, the file creation unit 122 is specifically configured to perform determining a set of vue components corresponding to the page requirements and determining a unique identification of each vue component in the set vue; determining style information and attribute information corresponding to each vue component in the vue set according to the page requirements; and creating unique identifiers of nodes in the json file according to the unique identifiers of all vue components in the vue component set, and writing style information and attribute information corresponding to all vue components in the vue set into corresponding nodes of the json file.
In one embodiment, the rendering unit 123 is specifically configured to perform traversing the json file, and determine vue components corresponding to each node in the json file according to the unique identifier of each node in the json file; and determining vue components corresponding to all nodes in the json file as vue component sets for rendering the web page to be developed, and rendering and generating the web page by utilizing each vue component in the vue component sets.
In one embodiment, the rendering unit 123 is specifically configured to determine style information and attribute information corresponding to each vue component in the vue component set according to style information and attribute information included in each node in the json file; each vue component in the vue component set renders and generates a web page by using the corresponding style information and attribute information.
In one embodiment, the file creating unit 122 is specifically configured to execute creating a json file corresponding to the identifier field according to the identifier field of the web page query parameter to be developed.
The specific manner in which the various modules perform the operations in the apparatus of the above embodiments have been described in detail in connection with the embodiments of the method, and will not be described in detail herein.
By adopting the web page development device provided by the embodiment of the disclosure, after a web page development request is received, firstly, the page requirement of a web page to be developed can be determined, then, a json file corresponding to the web page to be developed can be created according to the determined page requirement, unique identifiers of vue components in a vue component set required for rendering the web page are recorded in the json file, and when the web page development is carried out, only vue components for rendering the web page to be developed are determined according to the json file, and the web page is generated by utilizing the vue components according to style information and attribute information recorded in the json file, so that the web page development can be completed. When the developed web page is required to be updated, only a json file corresponding to the web page is required to be determined, and the unique identification of the corresponding node in the json file, the carried style information and the carried attribute information are required to be modified according to the received modification requirement, so that the code of the whole web page does not need to be repeatedly written, and the compiling and the online are not required to be carried out again after the code is modified each time, and the development and updating efficiency of the web page is greatly improved.
Fig. 4 is a block diagram illustrating a web page updating apparatus according to an exemplary embodiment. Referring to fig. 4, the apparatus includes an update demand confirmation unit 221, a file modification unit 222, and an update unit 223.
The update demand confirmation unit 221 is configured to perform determining an update demand of a web page to be updated according to the received web page update request;
the file modification unit 222 is configured to modify a json file corresponding to the web page to be updated according to the update requirement, where each node in the json file carries a unique identifier of a corresponding vue component;
the updating unit 223 is configured to determine vue component sets for updating the web page to be updated according to the unique identification of vue components carried by each node in the json file after modification, and render the web page to be updated by using each vue component in the vue component set.
In one embodiment, the file modification unit 222 is specifically configured to determine a json file corresponding to the web page to be updated according to the identifier field of the web page query parameter to be updated; determining an updated set of vue components corresponding to the update demand and determining a unique identification of each updated vue component in the updated set vue; according to the update requirement, determining updated style information and updated attribute information corresponding to each updated vue component in the updated vue component set; modifying unique identifiers of nodes in the json file according to the updated vue component set so that the unique identifiers of the nodes in the modified json file correspond to the unique identifiers of the updated vue components in the updated vue component set; and modifying the style information and the attribute information contained in each node in the json file according to the updated style information and the updated attribute information.
In one embodiment, the updating unit 223 is specifically configured to determine style information and attribute information corresponding to each updated vue component in the updated vue component set according to style information and attribute information included in each node in the modified json file; and rendering and updating the web page to be updated by each updated vue component in the updated vue component set by using the style information and the attribute information.
The specific manner in which the various modules perform the operations in the apparatus of the above embodiments have been described in detail in connection with the embodiments of the method, and will not be described in detail herein.
By adopting the web page updating device provided by the embodiment of the disclosure, after a web page updating request is received, the development platform only needs to determine the json file corresponding to the web page to be updated, and modify the unique identifier of the corresponding node in the json file and the carried style information and attribute information according to the received modification requirement, so that the code of the whole web page does not need to be repeatedly written, and the compiling and the online are not needed to be carried out again after each time of code modification, thereby greatly improving the development and updating efficiency of the web page.
Fig. 5 is a schematic diagram illustrating a structure of an electronic device 500 for web page development according to an example embodiment. Referring to fig. 5, at the hardware level, the web page development electronic device comprises a processor 520, optionally an internal bus 530, a network interface 510, and a memory. The Memory may include a Memory 540, such as a Random-Access Memory (RAM), and may further include a non-volatile Memory 550 (non-volatile Memory), such as at least 1 disk Memory. Of course, the electronic device may also include hardware required for other services.
The processor 520, the network interface 510, and the memory may be interconnected by an internal bus 530, which may be an ISA (Industry Standard Architecture ) bus, a PCI (Peripheral Component Interconnect, peripheral component interconnect standard) bus, or EISA (Extended Industry Standard Architecture ) bus, among others. The buses may be classified as address buses, data buses, control buses, etc. For ease of illustration, only one bi-directional arrow is shown in FIG. 5, but not only one bus or type of bus.
And the memory is used for storing programs. In particular, the program may include program code including computer-operating instructions. The memory may include memory and non-volatile storage and provide instructions and data to the processor.
The processor reads the corresponding computer program from the nonvolatile memory into the memory and then runs, and the page development device is formed on a logic level. The processor is used for executing the programs stored in the memory and is specifically used for executing the following operations:
determining page requirements of a web page to be developed according to the received web page development request;
creating a json file corresponding to the web page to be developed according to the page demand, wherein each node in the json file carries a unique identifier of a corresponding vue component;
and determining vue component sets for rendering the web page to be developed according to unique identifiers of vue components carried by nodes in the json file, and generating the web page by utilizing each vue component rendering in the vue component sets.
The method performed by the web page development electronic device disclosed in the embodiment shown in fig. 5 of the present disclosure may be applied to a processor or implemented by a processor. The processor may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware in a processor or by instructions in the form of software. The processor may be a general-purpose processor, including a central processing unit (Central Processing Unit, CPU), a network processor (Network Processor, NP), etc.; but also digital signal processors (Digital Signal Processor, DSP), application specific integrated circuits (Application Specific Integrated Circuit, ASIC), field programmable gate arrays (Field-Programmable Gate Array, FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components. The disclosed methods, steps, and logic blocks in the embodiments of the present application may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of a method disclosed in connection with the embodiments of the present application may be embodied directly in hardware, in a decoded processor, or in a combination of hardware and software modules in a decoded processor. The software modules may be located in a random access memory, flash memory, read only memory, programmable read only memory, or electrically erasable programmable memory, registers, etc. as well known in the art. The storage medium is located in a memory, and the processor reads the information in the memory and, in combination with its hardware, performs the steps of the above method.
The electronic device may also perform the method of fig. 1 and implement the functionality of the web page development means in the embodiment shown in fig. 1. In addition, the electronic device may further execute the method of fig. 2 and implement the functions of the web updating apparatus in the embodiment shown in fig. 2, which is not described herein.
Of course, other implementations, such as a logic device or a combination of hardware and software, are not excluded from the electronic device of the present disclosure, that is, the execution subject of the following processing flows is not limited to each logic unit, but may be hardware or a logic device.
In an exemplary embodiment, a storage medium is also provided, such as a memory, including instructions executable by the processor 520 of the electronic device 500 to perform the above-described method. Alternatively, the storage medium may be a non-transitory computer readable storage medium, which may be, for example, ROM, random Access Memory (RAM), CD-ROM, magnetic tape, floppy disk, optical data storage device, and the like.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any adaptations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It is to be understood that the present disclosure is not limited to the precise arrangements and instrumentalities shown in the drawings, and that various modifications and changes may be effected without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (16)

1. A web page development method, comprising:
determining page requirements of a web page to be developed according to the received web page development request;
creating a json file corresponding to the web page to be developed according to the page demand, wherein each node in the json file carries a unique identifier of a corresponding vue component;
determining vue component sets for rendering the web page to be developed according to unique identifiers of vue components carried by nodes in the json file, and generating the web page by utilizing each vue component rendering in the vue component sets;
according to the page requirement, creating a json file corresponding to the web page to be developed, including:
determining a set of vue components corresponding to the page requirements and determining unique identification of each vue component in the set of vue components;
determining style information and attribute information corresponding to each vue component in the vue component set according to the page requirements;
And creating unique identifiers of nodes in the json file according to the unique identifiers of all vue components in the vue component set, and writing style information and attribute information corresponding to all vue components in the vue component set into corresponding nodes of the json file.
2. The web page development method of claim 1, wherein determining a vue component set for rendering the web page to be developed according to the unique identification of vue components carried by each node in the json file, and generating a web page by using each vue component rendering in the vue component set comprises:
traversing the json file, and respectively determining vue components corresponding to all nodes in the json file according to the unique identifiers of all nodes in the json file;
and determining vue components corresponding to all nodes in the json file as vue component sets for rendering the web page to be developed, and rendering and generating the web page by utilizing each vue component in the vue component sets.
3. The web page development method of claim 2, wherein generating a web page with each vue component rendering in the vue set of components comprises:
according to style information and attribute information contained in each node in the json file, style information and attribute information corresponding to each vue component in the vue component set are respectively determined;
Each vue component in the vue component set renders and generates a web page by using the corresponding style information and attribute information.
4. The web page development method of claim 1, wherein creating a json file corresponding to the web page to be developed comprises:
and creating a json file corresponding to the identification field according to the identification field of the web page query parameter to be developed.
5. A web page update method, comprising:
determining the update requirement of the web page to be updated according to the received web page update request;
modifying a json file corresponding to the web page to be updated according to the updating requirement, wherein each node in the json file carries a unique identifier of a corresponding vue component;
determining an updated vue component set for updating the web page to be updated according to the unique identification of vue components carried by each node in the modified json file, and rendering the updated web page to be updated by utilizing each updated vue component in the updated vue component set;
the json file corresponding to the web page to be updated is modified according to the update requirement, and the method comprises the following steps:
Determining a json file corresponding to the web page to be updated according to the identification field of the web page query parameter to be updated;
determining an updated set of vue components corresponding to the update demand and determining a unique identification of each updated vue component in the updated set of vue components;
according to the update requirement, determining updated style information and updated attribute information corresponding to each updated vue component in the updated vue component set;
modifying unique identifiers of nodes in the json file according to the updated vue component set so that the unique identifiers of the nodes in the modified json file correspond to the unique identifiers of the updated vue components in the updated vue component set;
and modifying the style information and the attribute information contained in each node in the json file according to the updated style information and the updated attribute information.
6. The web page updating method of claim 5, wherein rendering the web page to be updated with each updated vue component in the updated vue component set comprises:
According to style information and attribute information contained in each node in the modified json file, style information and attribute information corresponding to each updated vue component in the updated vue component set are respectively determined;
and rendering and updating the web page to be updated by each updated vue component in the updated vue component set by using the corresponding style information and the attribute information.
7. A web page development device, comprising:
a demand determining unit configured to perform determining a page demand of a web page to be developed according to the received web page development request;
the file creation unit is configured to execute creating a json file corresponding to the web page to be developed according to the page requirement, wherein each node in the json file carries a unique identifier of a corresponding vue component;
a rendering unit configured to perform determining vue component sets for rendering the web page to be developed according to unique identifiers of vue components carried by nodes in the json file, and rendering and generating the web page by utilizing vue components in the vue component sets;
wherein the file creation unit is specifically configured to perform:
Determining a set of vue components corresponding to the page requirements and determining unique identification of each vue component in the set of vue components;
determining style information and attribute information corresponding to each vue component in the vue component set according to the page requirements;
and creating unique identifiers of nodes in the json file according to the unique identifiers of all vue components in the vue component set, and writing style information and attribute information corresponding to all vue components in the vue component set into corresponding nodes of the json file.
8. The web page development device of claim 7, wherein the rendering unit is specifically configured to perform:
traversing the json file, and respectively determining vue components corresponding to all nodes in the json file according to the unique identifiers of all nodes in the json file;
and determining vue components corresponding to all nodes in the json file as vue component sets for rendering the web page to be developed, and rendering and generating the web page by utilizing each vue component in the vue component sets.
9. The web page development device of claim 8, wherein the rendering unit is specifically configured to perform:
According to style information and attribute information contained in each node in the json file, style information and attribute information corresponding to each vue component in the vue component set are respectively determined;
each vue component in the vue component set renders and generates a web page by using the corresponding style information and attribute information.
10. The web page development device of claim 7, wherein the file creation unit is specifically configured to perform:
and creating a json file corresponding to the identification field according to the identification field of the web page query parameter to be developed.
11. A web page updating apparatus, comprising:
an update demand confirmation unit configured to perform determining an update demand of a web page to be updated according to the received web page update request;
the file modification unit is configured to modify a json file corresponding to the web page to be updated according to the update requirement, wherein each node in the json file carries a unique identifier of a corresponding vue component;
an updating unit configured to determine vue component sets for updating the web page to be updated according to unique identifiers of vue components carried by nodes in the json file after modification, and render the web page to be updated by using vue components in the vue component sets;
Wherein the file modification unit is specifically configured to perform:
determining a json file corresponding to the web page to be updated according to the identification field of the web page query parameter to be updated;
determining an updated set of vue components corresponding to the update demand and determining a unique identification of each updated vue component in the updated set of vue components;
according to the update requirement, determining updated style information and updated attribute information corresponding to each updated vue component in the updated vue component set;
modifying unique identifiers of nodes in the json file according to the updated vue component set so that the unique identifiers of the nodes in the modified json file correspond to the unique identifiers of the updated vue components in the updated vue component set;
and modifying the style information and the attribute information contained in each node in the json file according to the updated style information and the updated attribute information.
12. The web page updating apparatus according to claim 11, wherein the updating unit is specifically configured to perform:
according to style information and attribute information contained in each node in the modified json file, style information and attribute information corresponding to each updated vue component in the updated vue component set are respectively determined;
And rendering and updating the web page to be updated by each updated vue component in the updated vue component set by using the style information and the attribute information.
13. A web page development electronic device, comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the web page development method of any one of claims 1 to 4.
14. A web page update electronic device, comprising:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the web page update method of any of claims 5 to 6.
15. A storage medium, which when executed by a processor of a web page development electronic device, causes the web page development electronic device to perform the web page development method of any one of claims 1 to 4.
16. A storage medium, which when executed by a processor of a web page update electronic device, causes the web page update electronic device to perform the web page update method of any of claims 5 to 6.
CN201911340159.7A 2019-12-23 2019-12-23 Web page development method, device and system Active CN111177621B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911340159.7A CN111177621B (en) 2019-12-23 2019-12-23 Web page development method, device and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911340159.7A CN111177621B (en) 2019-12-23 2019-12-23 Web page development method, device and system

Publications (2)

Publication Number Publication Date
CN111177621A CN111177621A (en) 2020-05-19
CN111177621B true CN111177621B (en) 2024-03-08

Family

ID=70655630

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911340159.7A Active CN111177621B (en) 2019-12-23 2019-12-23 Web page development method, device and system

Country Status (1)

Country Link
CN (1) CN111177621B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111796820B (en) * 2020-05-21 2022-11-18 苏宁云计算有限公司 Method and device for constructing front-end page based on integrated assembly and electronic equipment
CN111857803A (en) * 2020-07-20 2020-10-30 北京达佳互联信息技术有限公司 Page updating method, device, server and storage medium
CN112114805B (en) * 2020-08-27 2023-05-12 长沙市到家悠享网络科技有限公司 Page generation method, device and equipment
CN112433741A (en) * 2020-11-24 2021-03-02 北京奇艺世纪科技有限公司 Page processing method, device and system, electronic equipment and storage medium
CN112579242B (en) * 2020-12-23 2023-08-11 艾普科创(北京)控股有限公司 Page jump relation analysis method, device, equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107704234A (en) * 2017-08-22 2018-02-16 北京三快在线科技有限公司 Front end engineering construction method, device, electronic equipment and readable storage medium storing program for executing
CN108491195A (en) * 2018-01-26 2018-09-04 海尔优家智能科技(北京)有限公司 Equipment controls page generation method and system
CN108846087A (en) * 2018-06-12 2018-11-20 恒生电子股份有限公司 A kind of page rendering method, apparatus, terminal and server
CN109542427A (en) * 2018-11-30 2019-03-29 深圳市元征科技股份有限公司 A kind of system customization method, apparatus and electronic equipment and storage medium
CN109582909A (en) * 2018-12-19 2019-04-05 拉扎斯网络科技(上海)有限公司 Webpage automatic generation method, device, electronic equipment and storage medium
CN109901834A (en) * 2019-01-25 2019-06-18 平安科技(深圳)有限公司 Document file page generation method, device, computer equipment and storage medium

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110167332A1 (en) * 2010-01-07 2011-07-07 Neopost Technologies System and Method for Generating Web Pages

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107704234A (en) * 2017-08-22 2018-02-16 北京三快在线科技有限公司 Front end engineering construction method, device, electronic equipment and readable storage medium storing program for executing
CN108491195A (en) * 2018-01-26 2018-09-04 海尔优家智能科技(北京)有限公司 Equipment controls page generation method and system
CN108846087A (en) * 2018-06-12 2018-11-20 恒生电子股份有限公司 A kind of page rendering method, apparatus, terminal and server
CN109542427A (en) * 2018-11-30 2019-03-29 深圳市元征科技股份有限公司 A kind of system customization method, apparatus and electronic equipment and storage medium
CN109582909A (en) * 2018-12-19 2019-04-05 拉扎斯网络科技(上海)有限公司 Webpage automatic generation method, device, electronic equipment and storage medium
CN109901834A (en) * 2019-01-25 2019-06-18 平安科技(深圳)有限公司 Document file page generation method, device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN111177621A (en) 2020-05-19

Similar Documents

Publication Publication Date Title
CN111177621B (en) Web page development method, device and system
TWI808393B (en) Page processing method, device, apparatus and storage medium
EP3605324B1 (en) Application development method and tool, and storage medium thereof
CN110489116B (en) Page rendering method and device and computer storage medium
CN108228188B (en) View component processing method, electronic device and readable storage medium
CN110806863A (en) Interface document generation method and device, electronic equipment and storage medium
US20170286068A1 (en) Development support system
CN111241454A (en) Method, system and device for generating webpage code
CN111796823A (en) Method and device for updating page and displaying page and page maintenance system
CN106933887B (en) Data visualization method and device
CN112083920A (en) Front-end page design method, device, storage medium and equipment
CN111796821A (en) Page updating method and device
CN109040767B (en) Live broadcast room loading method, system, server and storage medium
CN111767499A (en) Page configuration method and device
CN108170430B (en) Interface display method and system
US20110072371A1 (en) Application programming interface for user interface creation
Anderson et al. Pro business applications with silverlight 4
Seixas et al. A Model-Driven Approach for Developing Responsive Web Apps.
CN109086342B (en) Method, medium and terminal for mass production and operation and maintenance of website templates
CN115080016A (en) Extended function implementation method, device, equipment and medium based on UE editor
CN113095056B (en) Generation method, processing method, device, electronic equipment and medium
CN112068879B (en) Method and device for constructing client application program development framework based on configuration
US20190042549A1 (en) Method and apparatus for building pages, apparatus and non-volatile computer storage medium
Radford Learning Web Development with Bootstrap and AngularJS
CN114371986A (en) User interface test case updating method, device and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant