CN111435300A - Web system development method, device, equipment and storage medium - Google Patents

Web system development method, device, equipment and storage medium Download PDF

Info

Publication number
CN111435300A
CN111435300A CN201910035891.7A CN201910035891A CN111435300A CN 111435300 A CN111435300 A CN 111435300A CN 201910035891 A CN201910035891 A CN 201910035891A CN 111435300 A CN111435300 A CN 111435300A
Authority
CN
China
Prior art keywords
component
instruction
components
management system
page management
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.)
Pending
Application number
CN201910035891.7A
Other languages
Chinese (zh)
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.)
New Founder Holdings Development Co ltd
Original Assignee
Pku Founder Information Industry Group 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 Pku Founder Information Industry Group Co ltd filed Critical Pku Founder Information Industry Group Co ltd
Priority to CN201910035891.7A priority Critical patent/CN111435300A/en
Publication of CN111435300A publication Critical patent/CN111435300A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a web system development method, a device, equipment and a storage medium, wherein a system template is created through a front-end page management system; pre-stored components can be selected from a component library, and the components comprise at least one of a head component, a tail component and a page component; the selected components may then be assembled into the system template; and after the assembly of the components is completed, the assembled system can be stored and released to a server. In the embodiment, the front-end page management system is used for developing the web system, so that the system development efficiency can be remarkably improved, the system maintenance cost can be reduced, the components are compiled in advance, the positions and the styles of the components can be adjusted by quoting and assembling the front-end page management system, the reuse degree of the components is improved, and the flexible configuration of the components can be realized.

Description

Web system development method, device, equipment and storage medium
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a method, an apparatus, a device, and a storage medium for developing a web system.
Background
With the rapid development of Web browser technology, Web system development work is also more and more important. In the existing web system development process, components with similar functions but different layouts, display items or keytones are usually developed repeatedly; in addition, in response to fine adjustment of a later system, such as static text display, button color adjustment and the like, a series of processes of local compiling and packaging, updating to a test environment for testing and finally issuing are required.
The existing web system development method has low development efficiency, needs to consume a large amount of manpower and material resources, is not beneficial to later maintenance, and has higher system maintenance cost.
Disclosure of Invention
The invention provides a web system development method, a web system development device, web system development equipment and a storage medium, which are used for improving the web system development efficiency and reducing the system maintenance cost.
The invention provides a web system development method, which comprises the following steps:
the front-end page management system receives a creation instruction of the web system and creates a system template according to the creation instruction;
the front-end page management system receives a component selection instruction, and selects a prestored component from a component library according to the component selection instruction, wherein the component comprises at least one of a head component, a tail component and a page component;
the front-end page management system receives a page assembly instruction and assembles the selected components into the system template according to the page assembly instruction;
and the front-end page management system receives the issuing instruction, stores the assembled system according to the issuing instruction and issues the assembled system to a server.
Further, after the assembling the selected component into the system template according to the page assembly instruction, the method further includes:
the front-end page management system obtains and stores modifiable items in the components.
Further, the method further comprises:
the front-end page management system receives a system modification instruction;
the front-end page management system judges whether a modification object of the system modification instruction belongs to a modifiable item in the component;
if the system modification instruction belongs to the preset system modification instruction, the front-end page management system modifies the modifiable items in the components according to the system modification instruction and issues the modified system to the server.
Further, the components are components that are pre-edited and packaged by a webpack packaging tool.
Further, before the front-end page management system selects a pre-stored component from a component library according to the component selection instruction, the method further includes:
and the front-end page management system performs operation test on the component.
A second aspect of the present invention provides a web system development apparatus, including:
the creating module is used for receiving a creating instruction of the web system and creating a system template according to the creating instruction;
the component selection module is used for receiving a component selection instruction and selecting a prestored component from a component library according to the component selection instruction, wherein the component comprises at least one of a head component, a tail component and a page component;
the page assembly module is used for receiving a page assembly instruction and assembling the selected components into the system template according to the page assembly instruction;
and the issuing module is used for receiving the issuing instruction, storing the assembled system according to the issuing instruction and issuing the assembled system to the server.
Further, the page assembly module is further configured to:
and acquiring and storing the modifiable items in the component.
Further, the apparatus further comprises a modification module configured to:
receiving a system modification instruction;
judging whether a modification object of the system modification instruction belongs to a modifiable item in the component;
if so, modifying the modifiable items in the components according to the system modification instruction, and issuing the modified system to the server.
Further, the components are components that are pre-edited and packaged by a webpack packaging tool.
Further, the apparatus further comprises a testing module configured to:
and carrying out operation test on the assembly.
A third aspect of the present invention is to provide a front-end page management system, including:
a memory;
a processor; and
a computer program;
wherein the computer program is stored in the memory and configured to be executed by the processor to implement the method of the first aspect.
A fourth aspect of the present invention is to provide a computer-readable storage medium having stored thereon a computer program;
which when executed by a processor implements the method according to the first aspect.
The invention provides a web system development method, a device, equipment and a storage medium, wherein a system template is created through a front-end page management system; pre-stored components can be selected from a component library, and the components comprise at least one of a head component, a tail component and a page component; the selected components may then be assembled into the system template; and after the assembly of the components is completed, the assembled system can be stored and released to a server. In the embodiment, the front-end page management system is used for developing the web system, so that the system development efficiency can be remarkably improved, the system maintenance cost can be reduced, the components are compiled in advance, the positions and the styles of the components can be adjusted by quoting and assembling the front-end page management system, the reuse degree of the components is improved, and the flexible configuration of the components can be realized.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a flowchart of a web system development method provided by an embodiment of the present invention;
FIG. 2 is a flowchart of a web system development method according to another embodiment of the present invention;
fig. 3 is a structural diagram of a web system development apparatus according to an embodiment of the present invention;
fig. 4 is a block diagram of a front-end page management system according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments of the present invention are only a part of the embodiments of the present invention, and not all of the embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a flowchart of a web system development method according to an embodiment of the present invention. The embodiment provides a web system development method, an execution subject is a front-end page management system, and the method specifically comprises the following steps:
s101, the front-end page management system receives a creation instruction of the web system and creates a system template according to the creation instruction.
In this embodiment, a system template of a web system may be configured in advance, and when the web system needs to be created, the system template may be obtained through a front-end page management system, where the front-end page management system may be based on a vue.js frame, and further, the system template may be exported locally for operation, such as adding, deleting, modifying, checking, etc. a system page, a style, and a picture file, and then imported into the front-end page management system after the operation is locally completed, so that the system template may be saved and released through the front-end page management system.
S102, the front-end page management system receives a component selection instruction and selects a prestored component from a component library according to the component selection instruction, wherein the component comprises at least one of a head component, a tail component and a page component.
In this embodiment, the system template may include some fixed common parts, such as a head module, a tail module, and the like, where the head module and the tail module respectively include reference codes of the head assembly and the tail assembly, and the reference codes are as follows:
< | A! Html-head assembly
< | A! Html-reference tail component
The user can select the required head component and the required tail component from a plurality of alternative head components and tail components of the component library as required, and then the names of the required head component and the required tail component are referred by the codes, so that the required head component and the required tail component are added into the system template, and the head component and the tail component are referred.
In addition, in this embodiment, html (HyperText Markup L) pages, css (Cascading Style Sheets) styles and picture files in various formats may be configured for a system template of a web system through a front-end page management system, when html pages are configured, a front-end page management system may select a required page component, such as a carousel component, a consultation component, an advertisement list component, an information ranking component, and the like, from page components pre-stored in a component library, where the components in this embodiment are components that are edited in advance and packaged by a webpack packaging tool, and the components may respectively implement preset functions, and each component may adopt a flexible configuration mode, thereby improving the reuse degree of the components.
Furthermore, in this embodiment, all html pages, css styles and picture file lists in various formats included in the web system can be viewed through the front-end page management system, so as to facilitate the addition, deletion, modification and check of the system pages, styles and picture files.
S103, the front-end page management system receives a page assembly instruction and assembles the selected components into the system template according to the page assembly instruction.
In this embodiment, the front-end page management system can assemble the selected components into the system template, and can adjust the position, style, and the like of each component, the layout of the components (for example, the upper and lower structures, the left and right structures) is not limited in this embodiment, the component display items (for example, the display commodity names and the prices) are not fixed, and the number of the list display items is not fixed, which can be flexibly configured according to the requirements in this embodiment. The specific assembling process can comprise operations of adding, deleting, modifying, checking and the like on system pages, styles and picture files.
In addition, in this embodiment, the page can be previewed by the front-end page management system, so that the page effect can be conveniently viewed online.
And S104, the front-end page management system receives the issuing instruction, stores the assembled system according to the issuing instruction and issues the assembled system to a server.
In this embodiment, after the assembly of the components is completed, the assembled system may be saved and released to the server through the front-end page management system.
In the web system development method provided by the embodiment, a system template is created through a front-end page management system; pre-stored components can be selected from a component library, and the components comprise at least one of a head component, a tail component and a page component; the selected components may then be assembled into the system template; and after the assembly of the components is completed, the assembled system can be stored and released to a server. In the embodiment, the front-end page management system is used for developing the web system, so that the system development efficiency can be remarkably improved, the system maintenance cost can be reduced, the components are compiled in advance, the positions and the styles of the components can be adjusted by quoting and assembling the front-end page management system, the reuse degree of the components is improved, and the flexible configuration of the components can be realized.
On the basis of the above embodiment, after the assembling the selected component into the system template according to the page assembly instruction, the method further includes:
the front-end page management system obtains and stores modifiable items in the components.
In the embodiment, in the web system development process, modifiable items in the component can be obtained and stored in advance, for example, items (display commodity names and prices) are displayed in the component, and then, the number of the items is displayed in a list, so that the modifiable items can be modified more quickly in the following process.
Further, as shown in fig. 2, the web system development method further includes:
s201, the front-end page management system receives a system modification instruction;
s202, the front-end page management system judges whether a modification object of the system modification instruction belongs to a modifiable item in the assembly;
and S203, if the system belongs to the group, the front-end page management system modifies the modifiable items in the components according to the system modification instruction and issues the modified system to the server.
In this embodiment, after the web system is released, the web system may be modified by the front-end page management system, and if the modification object belongs to the above-mentioned modifiable item in the component, the modifiable item in the component may be modified directly by the front-end page management system, and the modified system is released to the server. In the embodiment, the system can be quickly modified through the front-end page management system without locally modifying, compiling and packaging, updating, deploying to the test environment for testing and finally releasing to the server, so that the system modification efficiency is improved, and the cost is reduced. In addition, in this embodiment, the modified page may be previewed by the front-end page management system, which may facilitate viewing the page effect online.
On the basis of the above embodiment, before the front-end page management system selects a pre-stored component from a component library according to the component selection instruction, the method further includes:
and the front-end page management system performs operation test on the component.
In this embodiment, since the components can be reused, especially, the core component reuse degree of the web system is high, and the core processing process and the components of the system are frequently called in the verification process of various systems, the components need to be subjected to a perfect operation test, and specifically, the operation test can be performed in a user environment, so that the stability of the components is improved, the stability of the web system can be improved, and the failure rate is reduced.
Fig. 3 is a structural diagram of a web system development apparatus according to an embodiment of the present invention. The web system development device may specifically be the front-end page management system in the above embodiment. The web system development device provided in this embodiment may execute the processing flow provided in the method embodiment, as shown in fig. 3, the web system development device includes a creation module 31, a component selection module 32, a page assembly module 33, and a publishing module 34.
A creating module 31, configured to receive a creating instruction of the web system, and create a system template according to the creating instruction;
the component selection module 32 is configured to receive a component selection instruction, and select a prestored component from a component library according to the component selection instruction, where the component includes at least one of a head component, a tail component, and a page component;
the page assembly module 33 is configured to receive a page assembly instruction, and assemble the selected component into the system template according to the page assembly instruction;
and the issuing module 34 is configured to receive an issuing instruction, store the assembled system according to the issuing instruction, and issue the system to the server.
Further, the page assembly module 33 is further configured to:
and acquiring and storing the modifiable items in the component.
Further, the apparatus further comprises a modification module configured to:
receiving a system modification instruction;
judging whether a modification object of the system modification instruction belongs to a modifiable item in the component;
if so, modifying the modifiable items in the components according to the system modification instruction, and issuing the modified system to the server.
Further, the components are components that are pre-edited and packaged by a webpack packaging tool.
Further, the apparatus further comprises a testing module configured to: and carrying out operation test on the assembly.
The web system development device provided in the embodiment of the present invention may be specifically configured to execute the method embodiments provided in fig. 1 and fig. 2, and specific functions are not described herein again.
The web system development device provided by the embodiment of the invention creates a system template through a front-end page management system; pre-stored components can be selected from a component library, and the components comprise at least one of a head component, a tail component and a page component; the selected components may then be assembled into the system template; and after the assembly of the components is completed, the assembled system can be stored and released to a server. In the embodiment, the front-end page management system is used for developing the web system, so that the system development efficiency can be remarkably improved, the system maintenance cost can be reduced, the components are compiled in advance, the positions and the styles of the components can be adjusted by quoting and assembling the front-end page management system, the reuse degree of the components is improved, and the flexible configuration of the components can be realized.
Fig. 4 is a schematic structural diagram of a front-end page management system according to an embodiment of the present invention. The front-end page management system provided by the embodiment of the present invention may execute the processing flow provided by the web system development method embodiment, as shown in fig. 4, the front-end page management system 40 includes a memory 41, a processor 42, a computer program, and a communication interface 43; wherein the computer program is stored in the memory 41 and is configured to be executed by the processor 42 for the web system development method described in the above embodiments.
In particular, the processor 42 runs the computer program stored in the memory to implement: receiving a creating instruction of a web system, and creating a system template according to the creating instruction; receiving a component selection instruction, and selecting a prestored component from a component library according to the component selection instruction, wherein the component comprises at least one of a head component, a tail component and a page component; receiving a page assembly instruction, and assembling the selected components into the system template according to the page assembly instruction; and receiving an issuing instruction, storing the assembled system according to the issuing instruction and issuing the assembled system to a server.
Further, after the processor assembles the selected components into the system template according to the page assembly instructions, the processor is further configured to:
and acquiring and storing the modifiable items in the component.
Further, the processor is further configured to:
receiving a system modification instruction;
judging whether a modification object of the system modification instruction belongs to a modifiable item in the component;
if so, modifying the modifiable items in the components according to the system modification instruction, and issuing the modified system to the server.
Further, the components are components that are pre-edited and packaged by a webpack packaging tool.
Further, before the processor selects a pre-stored component from a component library according to the component selection instruction, the processor is further configured to: and carrying out operation test on the assembly.
The front-end page management system in the embodiment shown in fig. 4 can be used to implement the technical solution of the above method embodiment, and the implementation principle and technical effect are similar, and are not described herein again.
In addition, the present embodiment also provides a computer-readable storage medium on which a computer program is stored, the computer program being executed by a processor to implement the web system development method described in the above embodiment.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional unit.
The integrated unit implemented in the form of a software functional unit may be stored in a computer readable storage medium. The software functional unit is stored in a storage medium and includes several instructions to enable a computer device (which may be a personal computer, a server, or a network device) or a processor (processor) to execute some steps of the methods according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
It is obvious to those skilled in the art that, for convenience and simplicity of description, the foregoing division of the functional modules is merely used as an example, and in practical applications, the above function distribution may be performed by different functional modules according to needs, that is, the internal structure of the device is divided into different functional modules to perform all or part of the above described functions. For the specific working process of the device described above, reference may be made to the corresponding process in the foregoing method embodiment, which is not described herein again.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (12)

1. A web system development method, comprising:
the front-end page management system receives a creation instruction of the web system and creates a system template according to the creation instruction;
the front-end page management system receives a component selection instruction, and selects a prestored component from a component library according to the component selection instruction, wherein the component comprises at least one of a head component, a tail component and a page component;
the front-end page management system receives a page assembly instruction and assembles the selected components into the system template according to the page assembly instruction;
and the front-end page management system receives the issuing instruction, stores the assembled system according to the issuing instruction and issues the assembled system to a server.
2. The method of claim 1, wherein after the assembling the selected components into the system template according to the page assembly instructions, further comprising:
the front-end page management system obtains and stores modifiable items in the components.
3. The method of claim 2, further comprising:
the front-end page management system receives a system modification instruction;
the front-end page management system judges whether a modification object of the system modification instruction belongs to a modifiable item in the component;
if the system modification instruction belongs to the preset system modification instruction, the front-end page management system modifies the modifiable items in the components according to the system modification instruction and issues the modified system to the server.
4. The method of any of claims 1-3, wherein the components are pre-edited and packaged by a webpack packaging tool.
5. The method of claim 4, wherein before the front-end page management system selects a pre-stored component from a component library according to the component selection instruction, further comprising:
and the front-end page management system performs operation test on the component.
6. A web system development apparatus, comprising:
the creating module is used for receiving a creating instruction of the web system and creating a system template according to the creating instruction;
the component selection module is used for receiving a component selection instruction and selecting a prestored component from a component library according to the component selection instruction, wherein the component comprises at least one of a head component, a tail component and a page component;
the page assembly module is used for receiving a page assembly instruction and assembling the selected components into the system template according to the page assembly instruction;
and the issuing module is used for receiving the issuing instruction, storing the assembled system according to the issuing instruction and issuing the assembled system to the server.
7. The apparatus of claim 6, wherein the page assembly module is further configured to:
and acquiring and storing the modifiable items in the component.
8. The apparatus of claim 7, further comprising a modification module to:
receiving a system modification instruction;
judging whether a modification object of the system modification instruction belongs to a modifiable item in the component;
if so, modifying the modifiable items in the components according to the system modification instruction, and issuing the modified system to the server.
9. The apparatus of any of claims 6-8, wherein the components are pre-edited and packaged by a webpack packaging tool.
10. The apparatus of claim 9, further comprising a testing module to:
and carrying out operation test on the assembly.
11. A front end page management system, comprising:
a memory;
a processor; and
a computer program;
wherein the computer program is stored in the memory and configured to be executed by the processor to implement the method of any one of claims 1-5.
12. A computer-readable storage medium, having stored thereon a computer program;
the computer program, when executed by a processor, implementing the method of any one of claims 1-5.
CN201910035891.7A 2019-01-15 2019-01-15 Web system development method, device, equipment and storage medium Pending CN111435300A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910035891.7A CN111435300A (en) 2019-01-15 2019-01-15 Web system development method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910035891.7A CN111435300A (en) 2019-01-15 2019-01-15 Web system development method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111435300A true CN111435300A (en) 2020-07-21

Family

ID=71580782

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910035891.7A Pending CN111435300A (en) 2019-01-15 2019-01-15 Web system development method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111435300A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113110836A (en) * 2021-03-25 2021-07-13 南京飞灵智能科技有限公司 VUE-based front-end application componentization development method and device
CN113742615A (en) * 2021-09-13 2021-12-03 国泰君安证券股份有限公司 System, method and device for realizing dynamic data component application, processor and computer readable storage medium thereof

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101114226A (en) * 2007-08-28 2008-01-30 北京中企开源信息技术有限公司 Code automatically generating device based on model component, system and method
CN105468377A (en) * 2015-12-10 2016-04-06 北京中科汇联科技股份有限公司 Method and system for generating page of mobile terminal
CN106528729A (en) * 2016-10-26 2017-03-22 微景天下(北京)科技有限公司 System and method for establishing WEB application
CN106708484A (en) * 2015-11-13 2017-05-24 阿里巴巴集团控股有限公司 Page creating method and apparatus
WO2017162024A1 (en) * 2016-03-22 2017-09-28 中兴通讯股份有限公司 Method of developing component and template using visual expression, storage medium, and apparatus
CN107506193A (en) * 2017-08-18 2017-12-22 平安科技(深圳)有限公司 A kind of development approach of subsystem page, storage medium and server
CN108345482A (en) * 2017-12-29 2018-07-31 广州品唯软件有限公司 The self-defined edit methods of dynamic page, device, electronic equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101114226A (en) * 2007-08-28 2008-01-30 北京中企开源信息技术有限公司 Code automatically generating device based on model component, system and method
CN106708484A (en) * 2015-11-13 2017-05-24 阿里巴巴集团控股有限公司 Page creating method and apparatus
CN105468377A (en) * 2015-12-10 2016-04-06 北京中科汇联科技股份有限公司 Method and system for generating page of mobile terminal
WO2017162024A1 (en) * 2016-03-22 2017-09-28 中兴通讯股份有限公司 Method of developing component and template using visual expression, storage medium, and apparatus
CN106528729A (en) * 2016-10-26 2017-03-22 微景天下(北京)科技有限公司 System and method for establishing WEB application
CN107506193A (en) * 2017-08-18 2017-12-22 平安科技(深圳)有限公司 A kind of development approach of subsystem page, storage medium and server
CN108345482A (en) * 2017-12-29 2018-07-31 广州品唯软件有限公司 The self-defined edit methods of dynamic page, device, electronic equipment and storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113110836A (en) * 2021-03-25 2021-07-13 南京飞灵智能科技有限公司 VUE-based front-end application componentization development method and device
CN113110836B (en) * 2021-03-25 2024-04-02 南京飞灵智能科技有限公司 Front-end application componentization development method and device based on VUE
CN113742615A (en) * 2021-09-13 2021-12-03 国泰君安证券股份有限公司 System, method and device for realizing dynamic data component application, processor and computer readable storage medium thereof

Similar Documents

Publication Publication Date Title
US10726195B2 (en) Filtered stylesheets
CN109614424B (en) Page layout generation method, device, computing equipment and medium
US20190171696A1 (en) Web-intrinsic interactive documents
CN108628741A (en) Webpage test method, device, electronic equipment and medium
CN109408764B (en) Page area dividing method, device, computing equipment and medium
CN115617327A (en) Low code page building system, method and computer readable storage medium
CN111126019B (en) Report generation method and device based on mode customization and electronic equipment
CN106293675B (en) System static resource loading method and device
US20170192877A1 (en) Mobile application development and deployment
CN108595681B (en) Method, device and system for displaying form
CN109445775B (en) One-key active embedded code method, device and computer readable storage medium
CN109213480A (en) A kind of method, storage medium, equipment and system for developing the back-stage management page
CN103559184A (en) Form page display method and device
CN112507273A (en) Webpage generating method and device and electronic equipment
CN105589959A (en) Form processing method and form processing system
CN112463154A (en) Page generation method, device and system and electronic equipment
CN111435300A (en) Web system development method, device, equipment and storage medium
CN111506306B (en) Method and device for writing active script and electronic equipment
US10956658B2 (en) Digital content editing of a document object model (DOM) based on object model comparison
CN108694043B (en) Page decoration method and system
CN111931475A (en) Dynamic subscription book generation method, system, computer equipment and storage medium
EP3340042A1 (en) Page construction method, apparatus and device, and nonvolatile computer storage medium
CN108536715B (en) Preview page generation method, device, equipment and storage medium
CN115758016A (en) Webpage content staticizing processing method and system
CN112558957B (en) Method and device for generating webpage form, electronic equipment and readable 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
TA01 Transfer of patent application right

Effective date of registration: 20230703

Address after: 3007, Hengqin International Financial Center Building, No. 58 Huajin Street, Hengqin New District, Zhuhai City, Guangdong Province, 519030

Applicant after: New founder holdings development Co.,Ltd.

Address before: 100871 6th floor, founder building, 298 Chengfu Road, Haidian District, Beijing

Applicant before: PKU FOUNDER INFORMATION INDUSTRY GROUP CO.,LTD.

TA01 Transfer of patent application right