CN111897553B - Project system building method, device, equipment and readable storage medium - Google Patents

Project system building method, device, equipment and readable storage medium Download PDF

Info

Publication number
CN111897553B
CN111897553B CN202010888300.3A CN202010888300A CN111897553B CN 111897553 B CN111897553 B CN 111897553B CN 202010888300 A CN202010888300 A CN 202010888300A CN 111897553 B CN111897553 B CN 111897553B
Authority
CN
China
Prior art keywords
target
project system
function
project
library
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
CN202010888300.3A
Other languages
Chinese (zh)
Other versions
CN111897553A (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.)
DBAPPSecurity Co Ltd
Original Assignee
DBAPPSecurity 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 DBAPPSecurity Co Ltd filed Critical DBAPPSecurity Co Ltd
Priority to CN202010888300.3A priority Critical patent/CN111897553B/en
Publication of CN111897553A publication Critical patent/CN111897553A/en
Application granted granted Critical
Publication of CN111897553B publication Critical patent/CN111897553B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • 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

Abstract

The invention discloses a project system building method, which comprises the following steps: analyzing the received project system construction request to obtain target project system information corresponding to a target project system to be constructed; building a preset basic project system frame by using a vue-cli scaffold; each target function component corresponding to the target project system information is called from the function component library; installing target dependency libraries corresponding to each target functional component using npm installation tools; and generating a prototype page of the target project system based on each target function assembly and the target dependency library, and completing the construction of the target project system. The invention greatly reduces the programming technical requirement on users, avoids the influence of subjective factors, reduces the error rate and improves the project system construction efficiency. The invention also discloses a project system building device, equipment and a storage medium, which have corresponding technical effects.

Description

Project system building method, device, equipment and readable storage medium
Technical Field
The present invention relates to the field of software development technologies, and in particular, to a project system building method, apparatus, device, and computer readable storage medium.
Background
With the rapid development and alternation of software development technologies, users have put higher demands on the efficiency and convenience of project system development. However, many technical frames and UI frames existing in the market are relatively general, and have numerous problems and chapter-free, users are required to build a project system based on a given frame in a manual splicing mode, the manual project system is high in programming technical requirements of the users, and is seriously influenced by subjective factors, easy to make mistakes and long in time consumption.
In summary, how to effectively solve the problems of high requirement on the programming technology of the user, serious influence by subjective factors, easy error, long time consumption and the like in the manual project system establishment is a problem which needs to be solved by the technicians in the field at present.
Disclosure of Invention
The invention aims to provide a project system building method, which greatly reduces the programming technical requirement on users, avoids the influence of subjective factors, reduces error rate and improves project system building efficiency; another object of the present invention is to provide a project system construction apparatus, a device, and a computer-readable storage medium.
In order to solve the technical problems, the invention provides the following technical scheme:
a project system construction method, comprising:
analyzing the received project system construction request to obtain target project system information corresponding to a target project system to be constructed;
building a preset basic project system frame by using a vue-cli scaffold;
each target function component corresponding to the target project system information is called from a function component library; wherein, the function component library stores the corresponding relation between each item of system information and each function component;
installing a target dependency library corresponding to each of the target function components using a npm installation tool;
and generating a prototype page of the target project system based on each target functional component and the target dependency library, and completing the construction of the target project system.
In one embodiment of the present invention, before building the preset basic project system frame by using the vue-cli scaffold, the method further comprises:
judging whether a node development platform is installed or not;
if not, performing installation operation on the node development platform;
building a preset basic project system frame by using a vue-cli scaffold, wherein the preset basic project system frame comprises the following steps:
and building the preset basic project system framework based on the node development platform by using the vue-cli scaffold.
In one embodiment of the present invention, after installing the target dependency library corresponding to each of the target function components using the npm installation tool, before generating the target project system prototype page based on each of the target function components and the target dependency library, the method further comprises:
receiving customized function code information submitted based on the target dependency library;
generating a target project system prototype page based on each of the target function components and the target dependency library, comprising:
the target project system prototype page is generated based on the customized function code information, each of the target function components, and the target dependency library.
In one embodiment of the present invention, receiving customized function code information submitted based on the target dependency library includes:
and receiving customized function code information obtained by performing code hot updating operation based on the target dependency library.
In a specific embodiment of the present invention, analyzing a received project system construction request to obtain target project system information corresponding to a target project system to be constructed, includes:
analyzing the received project system construction request to obtain the target project system information and target system frame style information;
and calling each target functional component corresponding to the target project system information from a functional component library, wherein the method comprises the following steps of:
each target function component corresponding to the target project system information and the target system frame style information is called from a function component library; the function component library stores system information of each item, style information of each system frame and corresponding relation among each function component.
A project system construction apparatus comprising:
the request analysis module is used for analyzing the received project system construction request to obtain target project system information corresponding to a target project system to be constructed;
the system frame building module is used for building a preset basic project system frame by utilizing a vue-cli scaffold;
the function component calling module is used for calling each target function component corresponding to the target project system information from the function component library; wherein, the function component library stores the corresponding relation between each item of system information and each function component;
a dependency library installation module for installing a target dependency library corresponding to each of the target function components using a npm installation tool;
and the project system building module is used for generating a target project system prototype page based on each target function assembly and the target dependency library to complete building of the target project system.
In one embodiment of the present invention, the method further comprises:
the judging module is used for judging whether a node development platform is installed or not before a preset basic project system frame is built by using the vue-cli scaffold;
the platform installation module is used for performing installation operation on the node development platform when the node development platform is determined to be not installed;
the system frame building module is specifically a module for building the preset basic project system frame based on the node development platform by using the vue-cli scaffold.
In one embodiment of the present invention, the method further comprises:
a code information receiving module for receiving customized function code information submitted based on target dependency libraries after installing the target dependency libraries corresponding to the target function components by using npm installation tools and before generating target project system prototype pages based on the target function components and the target dependency libraries;
the project system building module is specifically a module for generating the prototype page of the target project system based on the customized function code information, each target function component and the target dependency library.
A project system construction apparatus comprising:
a memory for storing a computer program;
a processor for implementing the steps of the project system build method as described above when executing the computer program.
A computer readable storage medium having stored thereon a computer program which when executed by a processor implements the steps of the project system build method as described above.
The invention provides a project system building method, which comprises the following steps: analyzing the received project system construction request to obtain target project system information corresponding to a target project system to be constructed; building a preset basic project system frame by using a vue-cli scaffold; each target function component corresponding to the target project system information is called from the function component library; the function component library stores the corresponding relation between each item of system information and each function component; installing target dependency libraries corresponding to each target functional component using npm installation tools; and generating a prototype page of the target project system based on each target function assembly and the target dependency library, and completing the construction of the target project system.
According to the technical scheme, when the project system building request is received, the vue-cli scaffold is automatically utilized to build a preset basic project system frame, a function assembly library which stores the corresponding relation between each project system information and each function assembly is preset, and each corresponding target function assembly is directly called from the function assembly library according to the target project system information obtained through analysis. And installs the corresponding target dependency library using npm installation tools. The whole target project system building process is automatically triggered and completed, so that compared with the existing manual project system building mode, the programming technical requirements on users are greatly reduced, subjective factor influence is avoided, error rate is reduced, and project system building efficiency is improved.
Correspondingly, the embodiment of the invention also provides an item system construction device, equipment and a computer readable storage medium corresponding to the item system construction method, which have the technical effects and are not repeated herein.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flowchart of an implementation of a project system construction method according to an embodiment of the present invention;
FIG. 2 is a flowchart of another implementation of the project system construction method according to an embodiment of the present invention;
FIG. 3 is a block diagram of a project system construction apparatus according to an embodiment of the present invention;
fig. 4 is a block diagram of a project system construction apparatus according to an embodiment of the present invention.
Detailed Description
In order to better understand the aspects of the present invention, the present invention will be described in further detail with reference to the accompanying drawings and detailed description. It will be apparent that the described embodiments are only some, but not all, embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Embodiment one:
referring to fig. 1, fig. 1 is a flowchart of an implementation of a method for building an item system according to an embodiment of the present invention, where the method may include the following steps:
s101: analyzing the received project system construction request to obtain target project system information corresponding to a target project system to be constructed.
When a target project system needs to be built in the chrome browser, sending a project system building request to a project system building center, wherein the project system building request contains target project system information corresponding to the target project system to be built. The project system construction center receives the project system construction request and analyzes the received project system construction request to obtain target project system information corresponding to a target project system to be constructed. The target item system information may contain system function information required by the user.
S102: and constructing a preset basic project system frame by using a vue-cli scaffold.
A vue-cli scaffold for automatically installing a unified preset basic project system frame is preset, and the preset basic project system frame comprises a plurality of basic function components which are universally required for building each project system. After receiving the project system construction request, constructing a preset basic project system framework by utilizing a vue-cli scaffold.
vue-cli scaffold is a complete system based on vue.js for rapid development, and is used for automatically generating project templates of vue.js+weback. The vue. Js is a JavaScript framework, is a set of progressive technology for constructing a user interface, and is different from other large-scale technical frameworks on the market in that vue can be applied step by step from bottom to top, is easy to integrate with a third party library or an existing project, is flexible and good to use, and has high performance. JavaScript is a high-level assembly language that has some characteristics of function priority, interpretation, etc., and is very lightweight.
S103: and calling each target functional component corresponding to the target project system information from the functional component library.
The function component library stores the corresponding relation between each item of system information and each function component.
A function component library storing the corresponding relation between each item of system information and each function component is preset, after the target item system information corresponding to the target item system to be built is obtained through analysis, each target function component corresponding to the target item system information is called from the function component library. The method realizes that only the function components related to the functions required by the user can be directly called, and in the process of building the target project system, the function components which are not required by the user do not need to be called and installed, so that the project development efficiency is greatly improved.
S104: the target dependency library corresponding to each target functional component is installed using the npm installation tool.
Corresponding relations between each functional component and the needed dependent libraries are preset, and npm installation tools for automatically installing the dependent libraries are preset. After each target function component corresponding to the target project system information is called from the function component library, the target dependency library corresponding to each target function component is installed using the npm installation tool.
S105: and generating a prototype page of the target project system based on each target function assembly and the target dependency library, and completing the construction of the target project system.
After each target function component is called and the target dependency library is installed, a prototype page of the target project system is generated based on each target function component and the target dependency library, and therefore the construction of the target project system is completed. The whole target project system building process is automatically triggered and completed, so that compared with the existing manual project system building mode, the programming technical requirement on a user is greatly reduced, the influence of subjective factors is avoided, the error rate is reduced, the project system building efficiency is improved, and the time is saved.
In the process of building the target project system, the technology of HTML5, javaScript and css is mainly adopted. HTML5 is a language in which Web content is built, and is a specification of HTML in the Web. css is a computer language used to render file styles such as HTML.
According to the technical scheme, when the project system building request is received, the vue-cli scaffold is automatically utilized to build a preset basic project system frame, a function assembly library which stores the corresponding relation between each project system information and each function assembly is preset, and each corresponding target function assembly is directly called from the function assembly library according to the target project system information obtained through analysis. And installs the corresponding target dependency library using npm installation tools. The whole target project system building process is automatically triggered and completed, so that compared with the existing manual project system building mode, the programming technical requirements on users are greatly reduced, subjective factor influence is avoided, error rate is reduced, and project system building efficiency is improved.
It should be noted that, based on the first embodiment, the embodiment of the present invention further provides a corresponding improvement scheme. The following embodiments relate to the same steps as those in the first embodiment or the steps corresponding to the first embodiment, and the corresponding beneficial effects can also be referred to each other, so that the following modified embodiments will not be repeated.
Embodiment two:
referring to fig. 2, fig. 2 is a flowchart of another implementation of a project system building method according to an embodiment of the present invention, where the method may include the following steps:
s201: analyzing the received project system construction request to obtain target project system information and target system frame style information corresponding to a target project system to be constructed.
The project system build request may also contain target system frame style information. The project system construction center analyzes the received project system construction request to obtain target project system information and target system frame style information corresponding to a target project system to be constructed. The system frame style of the target project system is specified by adding the target system frame style information into the project system construction request, so that functional conflict caused by hesitation styles among different frames is avoided, the error rate of construction of the target project system frame is reduced, and the project system construction efficiency is improved.
S202: whether a node development platform is installed is determined, if not, step S203 is executed, and if yes, step S204 is executed.
After receiving the project system building request, judging whether a node development platform is installed, if yes, executing step S204 by indicating that a platform built based on the JavaScript of the Chrome browser exists, and if no, executing step S203 by indicating that an operation environment based on the JavaScript of the Chrome browser does not exist.
The node development platform is a platform established based on the JavaScript of the chrome browser during operation and is used for conveniently constructing the network application with high response speed and easy expansion.
S203: and performing installation operation on the node development platform.
And when the node development platform is determined not to be installed, performing installation operation on the node development platform. The node development platform is automatically installed to provide a running environment based on the JavaScript of the Chrome browser.
S204: and building a preset basic project system frame based on a node development platform by utilizing a vue-cli scaffold.
After the node development platform is determined to be installed, a preset basic project system framework is built on the basis of the node development platform by utilizing a vue-cli scaffold. Therefore, the method fully utilizes the advantages of convenient construction, high response speed and easy expansion of the node development platform.
S205: and calling each target functional component corresponding to the target project system information and the target system frame style information from the functional component library.
The function component library stores system information of each item, style information of each system frame and corresponding relation among each function component.
The function component library can specifically store the system information of each item, the style information of each system frame and the corresponding relation among the function components, namely, the function components are determined by the two preconditions of the system information of each item and the style information of each system frame. After analyzing and obtaining the system information of each item and the style information of the target system frame, each target function component corresponding to the system information of the target item and the style information of the target system frame is called from the function component library.
S206: the target dependency library corresponding to each target functional component is installed using the npm installation tool.
S207: and receiving customized function code information obtained by performing a code hot update operation based on the target dependency library.
After installing the target dependency library, the user can perform a code hot update operation based on the target dependency library to obtain customized function code information. And the project system building center receives customized function code information obtained by performing code hot updating operation based on the target dependency library.
S208: and generating a prototype page of the target project system based on the customized function code information, each target function component and the target dependency library, and completing the construction of the target project system.
After the customized function code information is received, a prototype page of the target project system is generated based on the customized function code information, each target function component and the target dependency library, the construction of the target project system is completed, the same customized operation of the target project is realized through the code hot updating operation of the user side, various frames can be combined for use, no conflict exists, and the compatibility of the target project system is improved.
The present embodiment only provides one of the most effective solutions, and because the situation is complex, and all possible solutions cannot be listed one by one, those skilled in the art should recognize that many examples exist according to the basic method principles provided in the present application in combination with the actual situation, and all those cases are within the scope of protection of the present application without performing enough creative effort.
Corresponding to the above method embodiment, the embodiment of the present invention further provides an item system construction device, where the item system construction device described below and the item system construction method described above can be referred to correspondingly.
Referring to fig. 3, fig. 3 is a block diagram of a project system building apparatus according to an embodiment of the present invention, where the apparatus may include:
the request analysis module 31 is configured to analyze the received project system construction request to obtain target project system information corresponding to a target project system to be constructed;
the system frame construction module 32 is used for constructing a preset basic project system frame by utilizing a vue-cli scaffold;
a function component retrieving module 33, configured to retrieve each target function component corresponding to the target project system information from the function component library; the function component library stores the corresponding relation between each item of system information and each function component;
a dependency library installation module 34 for installing target dependency libraries corresponding to each target functional component using npm installation tools;
the project system building module 35 is configured to generate a prototype page of the target project system based on each target function assembly and the target dependency library, so as to complete building of the target project system.
According to the technical scheme, when the project system building request is received, the vue-cli scaffold is automatically utilized to build a preset basic project system frame, a function assembly library which stores the corresponding relation between each project system information and each function assembly is preset, and each corresponding target function assembly is directly called from the function assembly library according to the target project system information obtained through analysis. And installs the corresponding target dependency library using npm installation tools. The whole target project system building process is automatically triggered and completed, so that compared with the existing manual project system building mode, the programming technical requirements on users are greatly reduced, subjective factor influence is avoided, error rate is reduced, and project system building efficiency is improved.
In one embodiment of the present invention, the apparatus may further include:
the judging module is used for judging whether a node development platform is installed or not before a preset basic project system frame is built by using the vue-cli scaffold;
the platform installation module is used for performing installation operation on the node development platform when the node development platform is determined to be not installed;
the system frame construction module 32 is specifically a module for constructing a preset basic project system frame based on a node development platform by using a vue-cli scaffold.
In one embodiment of the present invention, the apparatus may further include:
a code information receiving module for receiving customized function code information submitted based on the target dependency library after installing the target dependency library corresponding to each target function component by using the npm installation tool and before generating a prototype page of the target project system based on each target function component and the target dependency library;
the project system construction module 35 is specifically a module that generates a target project system prototype page based on the customized function code information, each target function component, and the target dependency library.
In one embodiment of the present invention, the code information receiving module is specifically a module for receiving customized function code information obtained by performing a code hot update operation based on a target dependency library.
In a specific embodiment of the present invention, the request parsing module 31 is specifically a module for parsing a received project system setup request to obtain target project system information and target system frame style information;
the function component retrieving module 33 is specifically a module that retrieves each target function component corresponding to the target project system information and the target system frame style information from the function component library; the function component library stores system information of each item, style information of each system frame and corresponding relation among each function component.
Corresponding to the above method embodiments, referring to fig. 4, fig. 4 is a schematic diagram of the project system building apparatus provided by the present invention, where the apparatus may include:
a memory 41 for storing a computer program;
the processor 42 is configured to execute the computer program stored in the memory 41, and implement the following steps:
analyzing the received project system construction request to obtain target project system information corresponding to a target project system to be constructed; building a preset basic project system frame by using a vue-cli scaffold; each target function component corresponding to the target project system information is called from the function component library; the function component library stores the corresponding relation between each item of system information and each function component; installing target dependency libraries corresponding to each target functional component using npm installation tools; and generating a prototype page of the target project system based on each target function assembly and the target dependency library, and completing the construction of the target project system.
For the description of the apparatus provided by the present invention, please refer to the above method embodiment, and the description of the present invention is omitted herein.
Corresponding to the above method embodiments, the present invention also provides a computer readable storage medium having a computer program stored thereon, which when executed by a processor, performs the steps of:
analyzing the received project system construction request to obtain target project system information corresponding to a target project system to be constructed; building a preset basic project system frame by using a vue-cli scaffold; each target function component corresponding to the target project system information is called from the function component library; the function component library stores the corresponding relation between each item of system information and each function component; installing target dependency libraries corresponding to each target functional component using npm installation tools; and generating a prototype page of the target project system based on each target function assembly and the target dependency library, and completing the construction of the target project system.
The computer readable storage medium may include: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
For the description of the computer-readable storage medium provided by the present invention, refer to the above method embodiments, and the disclosure is not repeated here.
In this specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different point from other embodiments, so that the same or similar parts between the embodiments are referred to each other. The apparatus, device and computer readable storage medium of the embodiments are described more simply because they correspond to the methods of the embodiments, and the description thereof will be given with reference to the method section. The principles and embodiments of the present invention have been described herein with reference to specific examples, but the description of the examples above is only for aiding in understanding the technical solution of the present invention and its core ideas. It should be noted that it will be apparent to those skilled in the art that various modifications and adaptations of the invention can be made without departing from the principles of the invention and these modifications and adaptations are intended to be within the scope of the invention as defined in the following claims.

Claims (7)

1. A method of project system construction, comprising:
analyzing the received project system construction request to obtain target project system information and target system frame style information;
judging whether a node development platform is installed or not;
if not, performing installation operation on the node development platform;
building a preset basic project system frame based on the node development platform by utilizing a vue-cli scaffold;
each target function component corresponding to the target project system information and the target system frame style information is called from a function component library; wherein, the function component library stores the system information of each item, the style information of each system frame and the corresponding relation among the three function components;
installing a target dependency library corresponding to each of the target function components using a npm installation tool;
and generating a prototype page of the target project system based on each target functional component and the target dependency library, and completing the construction of the target project system.
2. The project system building method according to claim 1, wherein after installing a target dependency library corresponding to each of the target function components using a npm installation tool, before generating a target project system prototype page based on each of the target function components and the target dependency library, further comprising:
receiving customized function code information submitted based on the target dependency library;
generating a target project system prototype page based on each of the target function components and the target dependency library, comprising:
the target project system prototype page is generated based on the customized function code information, each of the target function components, and the target dependency library.
3. The project system construction method according to claim 2, wherein receiving customized function code information submitted based on the target dependency library comprises:
and receiving customized function code information obtained by performing code hot updating operation based on the target dependency library.
4. An item system construction device, characterized by comprising:
the request analysis module is used for analyzing the received project system construction request to obtain target project system information and target system frame style information;
the judging module is used for judging whether a node development platform is installed or not;
the platform installation module is used for performing installation operation on the node development platform when the node development platform is determined to be not installed;
the system frame building module is used for building a preset basic project system frame based on the node development platform by utilizing a vue-cli scaffold;
the function component calling module is used for calling each target function component corresponding to the target project system information and the target system frame style information from a function component library; wherein, the function component library stores the system information of each item, the style information of each system frame and the corresponding relation among the three function components;
a dependency library installation module for installing a target dependency library corresponding to each of the target function components using a npm installation tool;
and the project system building module is used for generating a target project system prototype page based on each target function assembly and the target dependency library to complete building of the target project system.
5. The project system construction apparatus according to claim 4, further comprising:
a code information receiving module for receiving customized function code information submitted based on target dependency libraries after installing the target dependency libraries corresponding to the target function components by using npm installation tools and before generating target project system prototype pages based on the target function components and the target dependency libraries;
the project system building module is specifically configured to generate the prototype page of the target project system based on the customized function code information, each target function component, and the target dependency library.
6. A project system construction apparatus, comprising:
a memory for storing a computer program;
a processor for carrying out the steps of the project system construction method according to any one of claims 1 to 3 when executing said computer program.
7. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a computer program which, when executed by a processor, implements the steps of the project system construction method of any of claims 1 to 3.
CN202010888300.3A 2020-08-28 2020-08-28 Project system building method, device, equipment and readable storage medium Active CN111897553B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010888300.3A CN111897553B (en) 2020-08-28 2020-08-28 Project system building method, device, equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010888300.3A CN111897553B (en) 2020-08-28 2020-08-28 Project system building method, device, equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN111897553A CN111897553A (en) 2020-11-06
CN111897553B true CN111897553B (en) 2024-02-27

Family

ID=73224750

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010888300.3A Active CN111897553B (en) 2020-08-28 2020-08-28 Project system building method, device, equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN111897553B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113110836B (en) * 2021-03-25 2024-04-02 南京飞灵智能科技有限公司 Front-end application componentization development method and device based on VUE
CN113296746A (en) * 2021-05-31 2021-08-24 成都安恒信息技术有限公司 System and method for building configurable Vue project scaffold by command line
CN113378091A (en) * 2021-06-08 2021-09-10 北京百度网讯科技有限公司 Visual project generation method and device, electronic equipment and storage medium
CN113467772B (en) * 2021-07-12 2022-06-14 工银科技有限公司 Project template generation method and device, electronic equipment and storage medium
CN113835748A (en) * 2021-09-27 2021-12-24 商派软件有限公司 HTML 5-based application packaging method, system and readable medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110515683A (en) * 2019-07-15 2019-11-29 平安普惠企业管理有限公司 A kind of method, apparatus and storage medium of front end Vue page visual configuration
CN110647320A (en) * 2019-08-14 2020-01-03 平安普惠企业管理有限公司 Project framework construction method and device, computer equipment and storage medium
CN110968319A (en) * 2019-12-24 2020-04-07 平安普惠企业管理有限公司 Method, device and computer equipment for converting H5 project into Vue framework
CN111079160A (en) * 2019-12-11 2020-04-28 杭州安恒信息技术股份有限公司 Method and system for establishing authority management framework

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110515683A (en) * 2019-07-15 2019-11-29 平安普惠企业管理有限公司 A kind of method, apparatus and storage medium of front end Vue page visual configuration
CN110647320A (en) * 2019-08-14 2020-01-03 平安普惠企业管理有限公司 Project framework construction method and device, computer equipment and storage medium
CN111079160A (en) * 2019-12-11 2020-04-28 杭州安恒信息技术股份有限公司 Method and system for establishing authority management framework
CN110968319A (en) * 2019-12-24 2020-04-07 平安普惠企业管理有限公司 Method, device and computer equipment for converting H5 project into Vue framework

Also Published As

Publication number Publication date
CN111897553A (en) 2020-11-06

Similar Documents

Publication Publication Date Title
CN111897553B (en) Project system building method, device, equipment and readable storage medium
US8898662B2 (en) Method and device for generating software installation packet
CN102693280B (en) Webpage browsing method, WebApp framework, method and device for executing JavaScript, and mobile terminal
US9448770B2 (en) Source code editor
CN111610978B (en) Applet conversion method, device, equipment and storage medium
CN104407863A (en) Abstract control model programming device and method
CN106951231B (en) Computer software development method and device
CN106354483B (en) Data processing method and device and electronic equipment
CN110895471A (en) Installation package generation method, device, medium and electronic equipment
CN110389755B (en) Code processing method and device, electronic equipment and computer readable storage medium
CN109597618B (en) Program development method, program development device, computer device, and storage medium
CN113126990B (en) Page development method, device, equipment and storage medium
CN101957756A (en) System and method for rapidly generating intelligent mobile terminal program
CN116069325B (en) Front-end project construction method, device, equipment and computer readable storage medium
CN110618850A (en) UI (user interface) loading method and system and related device
CN110362792B (en) Method and device for converting RN file into applet file and conversion equipment
CN114217789A (en) Function component expansion method, device, equipment, storage medium and program product
CN101876998A (en) Method and system for editing data
CN113094138A (en) Interface display method and device, electronic equipment and storage medium
CN112235132A (en) Method, device, medium and server for dynamically configuring service
CN116360887A (en) Program parameter loading method, device, equipment and storage medium
CN110058849A (en) Generation method, device, computer equipment and the storage medium of flow chart
CN105320499A (en) Adaptive method and related device of application program
CN114527979A (en) Method and system for generating multi-end form interactive page
CN111782196A (en) MVP architecture-based development method and device

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