CN111045654A - Vue-based method and device for quickly generating common instructions, computer equipment and storage medium - Google Patents

Vue-based method and device for quickly generating common instructions, computer equipment and storage medium Download PDF

Info

Publication number
CN111045654A
CN111045654A CN201911302078.8A CN201911302078A CN111045654A CN 111045654 A CN111045654 A CN 111045654A CN 201911302078 A CN201911302078 A CN 201911302078A CN 111045654 A CN111045654 A CN 111045654A
Authority
CN
China
Prior art keywords
vue
instruction
unit
json format
format file
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
CN201911302078.8A
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.)
Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd
Original Assignee
Shenzhen Qianhai Huanrong Lianyi Information Technology Service 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 Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd filed Critical Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd
Priority to CN201911302078.8A priority Critical patent/CN111045654A/en
Publication of CN111045654A publication Critical patent/CN111045654A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)

Abstract

The invention relates to a method, a device, computer equipment and a storage medium for rapidly generating common instructions based on Vue; the method comprises the following steps: creating Vue project and establishing plug-in development folder plugin; inputting a plurality of instruction codes with strong reusability into the folder plugin; judging whether an instruction code with strong reusability is extracted as a template; if not, collecting instruction codes with strong reusability; if so, judging whether the instruction code with strong reusability is successfully recorded into the json format file; if the result is not successful, recording the instruction code with strong reusability into a json format file; and if the json format file is successful, compiling, packaging and releasing the json format file. The invention can quickly search and install the plug-in, thereby effectively improving the working efficiency.

Description

Vue-based method and device for quickly generating common instructions, computer equipment and storage medium
Technical Field
The invention relates to the technical field of rapid generation of common instructions, in particular to a method, a device, computer equipment and a storage medium for rapidly generating common instructions based on Vue.
Background
In the work, many instruction methods are highly reusable, for example, many instructions such as a switching instruction of a tab column, a single-selection or multi-selection event instruction, a query interface and the like are instructions with high use frequency, and in order to quickly improve the efficiency of writing codes, common instructions can be quickly generated in a way of writing a compiler plug-in; however, the existing reusable codes are not comprehensive enough, more commonly used codes need to be collected to perfect the plug-in, the shorthand names of the codes are not convenient to remember, and the naming function defined by a user is not supported at present, so that the work cannot be finished efficiently.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provides a method, a device, a computer device and a storage medium for rapidly generating common instructions based on Vue.
In order to achieve the purpose, the invention adopts the following technical scheme:
vue-based method for rapidly generating common instructions, comprising the following steps:
creating Vue project and establishing plug-in development folder plugin;
inputting a plurality of instruction codes with strong reusability into the folder plugin;
judging whether an instruction code with strong reusability is extracted as a template;
if not, collecting the instruction codes with strong reusability, and returning to the step of judging whether the instruction codes with strong reusability are extracted as templates;
if so, judging whether the instruction code with strong reusability is successfully recorded into the json format file;
if the result is not successful, recording the instruction codes with strong reusability into the json format file, and entering the step of writing, packaging and issuing the json format file;
and if the json format file is successful, compiling, packaging and releasing the json format file.
The further technical scheme is as follows: in the "create Vue project and create plug-in development folder plug-in" step, Vue project is created by installing Vue scaffold and plug-in development folder plug-in is created under the project directory.
The further technical scheme is as follows: the instruction codes with strong reusability comprise an instruction for quickly generating a joint debugging interface, an instruction for quickly generating and constructing an asynchronous operation packaging example, and an instruction for checking a check box.
The further technical scheme is as follows: in the step of recording the instruction codes with strong reusability into the json format file, the instruction codes with strong reusability are recorded into the json format file by using escape characters.
Vue-based device for rapidly generating common instructions, comprising: the system comprises a creating and establishing unit, an input unit, a first judgment unit, a collection and return unit, a second judgment unit, an input unit and a compiling and publishing unit;
the creating and establishing unit is used for creating Vue projects and establishing plug-in development folder plugin;
the input unit is used for inputting a plurality of instruction codes with strong reusability into the folder plugin;
the first judging unit is used for judging whether to extract an instruction code with strong reusability as a template;
the collection return unit is used for collecting the instruction codes with strong reusability;
the second judging unit is used for judging whether the instruction codes with strong reusability are successfully recorded into the json format file or not;
the recording unit is used for recording the instruction codes with strong reusability into the json format file;
and the compiling and publishing unit is used for compiling, packaging and publishing the json format file.
The further technical scheme is as follows: in the creation establishing unit, Vue projects are created by installing Vue scaffolds, and plug-in development folder plugins are established under the project catalog.
The further technical scheme is as follows: the instruction codes with strong reusability comprise an instruction for quickly generating a joint debugging interface, an instruction for quickly generating and constructing an asynchronous operation packaging example, and an instruction for checking a check box.
The further technical scheme is as follows: the recording unit records the command code with strong reusability into the json format file by using the escape character.
A computer device comprising a memory having stored thereon a computer program and a processor that, when executing the computer program, implements a method of rapidly generating common instructions based on Vue as described above.
A storage medium storing a computer program comprising program instructions which, when executed by a processor, implement the method of rapidly generating frequent instructions based on Vue as described above.
Compared with the prior art, the invention has the beneficial effects that: by creating Vue projects, establishing plug-in development folder plugin, inputting a plurality of instruction codes with strong reusability into the folder plugin, making a template, inputting json format files, compiling, packaging and issuing, quickly searching and installing plug-ins, and effectively improving the working efficiency.
The invention is further described below with reference to the accompanying drawings and specific embodiments.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a flowchart illustrating a method for quickly generating a common instruction based on Vue according to an embodiment of the present invention;
FIG. 2 is a schematic block diagram of an apparatus for rapidly generating common instructions based on Vue according to an embodiment of the present invention;
FIG. 3 is a schematic block diagram of a computer device provided by 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 are some, not all, 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.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the specification of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
Referring to the embodiments shown in fig. 1 to 3, wherein, referring to fig. 1, the invention discloses a method for rapidly generating a common instruction based on Vue, comprising the following steps:
s1, creating Vue (a set of progressive framework for constructing a user interface) projects, and creating a plug-in development folder plugin;
in the step S1, Vue projects are created by installing Vue scaffolds (npm install-g @ Vue/cli), and plug-in development folders plugin are established under the project catalog; plugin is a computer application that interacts with a host application (host application) to provide specific functionality, and there are many reasons why an application supports Plugin, including: enabling third party developers the ability to extend applications to provide unpredicted features; reducing the size of the application; source code and applications are shared due to incompatibility between software copyrights.
S2, inputting a plurality of instruction codes with strong reusability into the folder plugin;
the instruction codes with strong reusability comprise instructions for quickly generating a joint debugging interface, instructions for quickly generating and constructing asynchronous operation packaging examples, instructions for checking check boxes and other instructions with high use frequency in work, and then the simplified codes are used as templates.
S3, judging whether extracting the instruction code with strong reusability as the template;
s4, if not, collecting the command codes with strong reusability, and returning to the step S3;
s5, if yes, judging whether the command code with strong reusability is successfully recorded into the json format file;
s6, if not successful, recording the instruction code with strong reusability into the json format file, and entering the step S7;
the instruction codes with strong reusability are recorded into the json format file by using the escape characters, so that the method is simplified and quick.
And S7, if the result is successful, writing the json format file, packaging and issuing.
The command code segment with strong reusability can be issued to a VS code expanded market after being input by writing a complete json format file, can be issued after a personal access token is acquired through the VS code, can be used for quickly generating codes on a page by searching for plug-ins on the VS code and installing the plug-ins after being issued, and can be used for quickly generating a post request command code segment by typing 'fp' in the page and then pressing an enter key in a Vue-based frame.
The Simple read Snippets (Simple code fragments in a real framework) plug-in on the VS code compiler is based on the read language, can quickly generate a section of code in a shorthand mode, mainly records common codes through json files (javascript object notation) which are light-weight data exchange formats), then maps the common code fragments, and finally quickly generates the code in a mode of installing the plug-in on the compiler. For example, in order to quickly generate a commonly used code of an import read from 'act', the commonly used code can be quickly generated by inputting a code fragment into a json file, then mapping out the code fragment, and using the code fragment on a page by means of a 'imr' prefix.
According to the invention, by creating Vue projects, establishing plug-in development folder plugin, inputting a plurality of instruction codes with strong reusability into the folder plugin, making a template, inputting json format files, compiling, packaging and issuing, quickly searching and installing plug-ins, and effectively improving the working efficiency.
Referring to fig. 2, the present invention also discloses a device for rapidly generating a common instruction based on Vue, including: the system comprises a creation establishing unit 10, an input unit 20, a first judging unit 30, a collection returning unit 40, a second judging unit 50, an entry unit 60 and a compiling and publishing unit 70;
the creating and establishing unit 10 is configured to create Vue a project and establish a plug-in development folder plugin;
the input unit 20 is configured to input a plurality of instruction codes with strong reusability into the folder plugin;
the first judging unit 30 is configured to judge whether to extract an instruction code with strong reusability as a template;
the collection returning unit 40 is configured to collect instruction codes with high reusability;
the second judging unit 50 is configured to judge whether the instruction code with strong reusability is successfully recorded into the json format file;
the entry unit 60 is configured to enter the instruction code with strong reusability into a json format file;
the compiling and publishing unit 70 is configured to compile, package and publish the json format file.
Wherein, in the creating and establishing unit 10, Vue project is created by installing Vue scaffold, and plug-in development folder plugin is established under the project catalog.
The instruction codes with strong reusability comprise an instruction for quickly generating a joint debugging interface, an instruction for quickly generating and constructing an asynchronous operation packaging instance, and an instruction for checking a check box.
The entry unit 60 uses escape characters to enter the command codes with high reusability into the json format file.
It should be noted that, as can be clearly understood by those skilled in the art, reference may be made to the corresponding description in the foregoing method embodiments for the above-mentioned apparatus for quickly generating common instructions based on Vue and the specific implementation process of each unit, and for convenience and brevity of description, no further description is provided here.
The means for rapidly generating common instructions based on Vue may be implemented in the form of a computer program that can be run on a computer device as shown in fig. 3.
Referring to fig. 3, fig. 3 is a schematic block diagram of a computer device according to an embodiment of the present application; the computer device 500 may be a terminal or a server, where the terminal may be an electronic device with a communication function, such as a smart phone, a tablet computer, a notebook computer, a desktop computer, a personal digital assistant, and a wearable device. The server may be an independent server or a server cluster composed of a plurality of servers.
Referring to fig. 3, the computer device 500 includes a processor 502, memory, and a network interface 505 connected by a system bus 501, where the memory may include a non-volatile storage medium 503 and an internal memory 504.
The non-volatile storage medium 503 may store an operating system 5031 and a computer program 5032. The computer programs 5032 include program instructions that, when executed, cause the processor 502 to perform a method of rapidly generating common instructions based on Vue.
The processor 502 is used to provide computing and control capabilities to support the operation of the overall computer device 500.
The internal memory 504 provides an environment for the operation of the computer program 5032 in the non-volatile storage medium 503, and when the computer program 5032 is executed by the processor 502, the processor 502 can execute a method for rapidly generating common instructions based on Vue.
The network interface 505 is used for network communication with other devices. Those skilled in the art will appreciate that the configuration shown in fig. 3 is a block diagram of only a portion of the configuration associated with the present application and does not constitute a limitation of the computer device 500 to which the present application may be applied, and that a particular computer device 500 may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
It should be understood that, in the embodiment of the present Application, the Processor 502 may be a Central Processing Unit (CPU), and the Processor 502 may also be other general-purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field-Programmable Gate arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, and the like. Wherein a general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
It will be understood by those skilled in the art that all or part of the flow of the method implementing the above embodiments may be implemented by a computer program instructing associated hardware. The computer program includes program instructions, and the computer program may be stored in a storage medium, which is a computer-readable storage medium. The program instructions are executed by at least one processor in the computer system to implement the flow steps of the embodiments of the method described above.
Accordingly, the present invention also provides a storage medium. The storage medium may be a computer-readable storage medium. The storage medium stores a computer program comprising program instructions that when executed by a processor implement the method for rapidly generating common instructions based on Vue described above.
The storage medium may be a usb disk, a removable hard disk, a Read-Only Memory (ROM), a magnetic disk, or an optical disk, which can store various computer readable storage media.
Those of ordinary skill in the art will appreciate that the elements and algorithm steps of the examples described in connection with the embodiments disclosed herein may be embodied in electronic hardware, computer software, or combinations of both, and that the components and steps of the examples have been described in a functional general in the foregoing description for the purpose of illustrating clearly the interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
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. For example, the division of each unit is only one logic function division, and there may be another division manner in actual implementation. For example, various elements or components may be combined or may be integrated into another system, or some features may be omitted, or not implemented.
The steps in the method of the embodiment of the invention can be sequentially adjusted, combined and deleted according to actual needs. The units in the device of the embodiment of the invention can be merged, divided and deleted according to actual needs. 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, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a storage medium. Based on such understanding, the technical solution of the present invention essentially or partially contributes to the prior art, or all or part of the technical solution can be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a terminal, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention.
The technical contents of the present invention are further illustrated by the examples only for the convenience of the reader, but the embodiments of the present invention are not limited thereto, and any technical extension or re-creation based on the present invention is protected by the present invention. The protection scope of the invention is subject to the claims.

Claims (10)

1. Vue-based method for rapidly generating common instructions, which is characterized by comprising the following steps:
creating Vue project and establishing plug-in development folder plugin;
inputting a plurality of instruction codes with strong reusability into the folder plugin;
judging whether an instruction code with strong reusability is extracted as a template;
if not, collecting the instruction codes with strong reusability, and returning to the step of judging whether the instruction codes with strong reusability are extracted as templates;
if so, judging whether the instruction code with strong reusability is successfully recorded into the json format file;
if the result is not successful, recording the instruction codes with strong reusability into the json format file, and entering the step of writing, packaging and issuing the json format file;
and if the json format file is successful, compiling, packaging and releasing the json format file.
2. The method for rapidly generating frequent instructions based on Vue, which is claimed in claim 1, wherein in the step of creating Vue project and creating plugin development folder plugin, Vue project is created by installing Vue scaffold and plugin development folder plugin is created under the project directory.
3. The Vue-based method for rapidly generating common instructions according to claim 1, wherein the multiple highly-multiplexed instruction codes include an instruction for rapidly generating a joint debugging interface, an instruction for rapidly generating a package instance for asynchronous operations, and an instruction for checking a check box.
4. The method for rapidly generating frequent instructions according to Vue, wherein in the step of "entering highly multiplexed instruction codes into json format file", the highly multiplexed instruction codes are entered into json format file by using escape characters.
5. Vue, an apparatus for rapidly generating common instructions, comprising: the system comprises a creating and establishing unit, an input unit, a first judgment unit, a collection and return unit, a second judgment unit, an input unit and a compiling and publishing unit;
the creating and establishing unit is used for creating Vue projects and establishing plug-in development folder plugin;
the input unit is used for inputting a plurality of instruction codes with strong reusability into the folder plugin;
the first judging unit is used for judging whether to extract an instruction code with strong reusability as a template;
the collection return unit is used for collecting the instruction codes with strong reusability;
the second judging unit is used for judging whether the instruction codes with strong reusability are successfully recorded into the json format file or not;
the recording unit is used for recording the instruction codes with strong reusability into the json format file;
and the compiling and publishing unit is used for compiling, packaging and publishing the json format file.
6. The apparatus for rapidly generating common instructions based on Vue as claimed in claim 5, wherein the creation creating unit creates Vue project by installing Vue scaffold and creates plug-in development folder plugin under project directory.
7. The apparatus for rapidly generating frequent instruction based on Vue as claimed in claim 5, wherein the said multiple instruction codes with strong reusability include an instruction for rapidly generating joint debugging interface, an instruction for rapidly generating package instance for asynchronous operation, and an instruction for checking check box.
8. Vue-based device for rapidly generating common instructions according to claim 5, wherein the entry unit is used for entering the instruction codes with strong reusability into json format files by using escape characters.
9. A computer device comprising a memory and a processor, wherein the memory stores a computer program, and the processor implements the method of any one of claims 1-4 based on Vue for fast generation of common instructions.
10. A storage medium storing a computer program comprising program instructions which, when executed by a processor, implement the method of rapidly generating Vue-based frequent instructions according to any of claims 1-4.
CN201911302078.8A 2019-12-17 2019-12-17 Vue-based method and device for quickly generating common instructions, computer equipment and storage medium Pending CN111045654A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911302078.8A CN111045654A (en) 2019-12-17 2019-12-17 Vue-based method and device for quickly generating common instructions, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911302078.8A CN111045654A (en) 2019-12-17 2019-12-17 Vue-based method and device for quickly generating common instructions, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111045654A true CN111045654A (en) 2020-04-21

Family

ID=70235198

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911302078.8A Pending CN111045654A (en) 2019-12-17 2019-12-17 Vue-based method and device for quickly generating common instructions, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111045654A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111291106A (en) * 2020-05-13 2020-06-16 成都四方伟业软件股份有限公司 Efficient flow arrangement method and system for ETL system
CN111913695A (en) * 2020-08-07 2020-11-10 国网信息通信产业集团有限公司 Code conversion method, device and storage medium
CN114327397A (en) * 2022-03-11 2022-04-12 麒麟软件有限公司 Vue-based method for realizing multiple pages of VS Code plug-in

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107608663A (en) * 2017-09-27 2018-01-19 北京蜂语网络科技有限公司 A kind of development approach and device of Mobile solution plug-in unit and Mobile solution
CN108089847A (en) * 2017-12-14 2018-05-29 易知成都数据服务有限公司 A kind of Components Development method based on ElementUI and UEditor rich texts
CN109325203A (en) * 2018-09-10 2019-02-12 北京亚鸿世纪科技发展有限公司 The device of Web system visualization multiplexing is realized in a kind of automation
CN109597623A (en) * 2018-12-05 2019-04-09 上海中商网络股份有限公司 A kind of plug-in management method, device, equipment and storage medium
CN110109659A (en) * 2019-04-28 2019-08-09 广东三维家信息科技有限公司 A kind of system that realizing front end applications scaffold and server
CN110187878A (en) * 2019-05-29 2019-08-30 北京三快在线科技有限公司 A kind of page generation method and device
CN110286917A (en) * 2019-05-21 2019-09-27 深圳壹账通智能科技有限公司 File packing method, device, equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107608663A (en) * 2017-09-27 2018-01-19 北京蜂语网络科技有限公司 A kind of development approach and device of Mobile solution plug-in unit and Mobile solution
CN108089847A (en) * 2017-12-14 2018-05-29 易知成都数据服务有限公司 A kind of Components Development method based on ElementUI and UEditor rich texts
CN109325203A (en) * 2018-09-10 2019-02-12 北京亚鸿世纪科技发展有限公司 The device of Web system visualization multiplexing is realized in a kind of automation
CN109597623A (en) * 2018-12-05 2019-04-09 上海中商网络股份有限公司 A kind of plug-in management method, device, equipment and storage medium
CN110109659A (en) * 2019-04-28 2019-08-09 广东三维家信息科技有限公司 A kind of system that realizing front end applications scaffold and server
CN110286917A (en) * 2019-05-21 2019-09-27 深圳壹账通智能科技有限公司 File packing method, device, equipment and storage medium
CN110187878A (en) * 2019-05-29 2019-08-30 北京三快在线科技有限公司 A kind of page generation method and device

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
ERMAOL: "vscode插件的开发与发布流程", pages 1 - 3, Retrieved from the Internet <URL:https://www.ucloud.cn/yun/94795.html> *
ISJS: "JSON 数据搭建 Vue 页面", pages 1 - 8 *
别闹: "Vscode插件发布步骤", pages 1 - 5, Retrieved from the Internet <URL:《掘金:https://juejin.im/post/5d4d162c5188251f6b1ef845》> *
我为NET狂: "vscode编写插件详细过程", pages 1 - 9, Retrieved from the Internet <URL:《https://cloud.tencent.com/developer/article/1090762》> *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111291106A (en) * 2020-05-13 2020-06-16 成都四方伟业软件股份有限公司 Efficient flow arrangement method and system for ETL system
CN111913695A (en) * 2020-08-07 2020-11-10 国网信息通信产业集团有限公司 Code conversion method, device and storage medium
CN114327397A (en) * 2022-03-11 2022-04-12 麒麟软件有限公司 Vue-based method for realizing multiple pages of VS Code plug-in

Similar Documents

Publication Publication Date Title
CN111045654A (en) Vue-based method and device for quickly generating common instructions, computer equipment and storage medium
JP2013077246A (en) Method, apparatus, and program for supporting creation and management of metadata for correcting problem in dynamic web application
CN106599001A (en) Webpage content acquisition method and system
CN106547782A (en) The acquisition methods and device of log information
KR20180133375A (en) Data analysis and processing methods, devices, computer devices and storage media
CN104750472A (en) Resource bundle management method and device of terminal application
CN105677903A (en) Data acquisition method and device as well as computer device
CN109710224A (en) Page processing method, device, equipment and storage medium
CN112528619A (en) Page template file generation method and device, electronic equipment and storage medium
JP6723976B2 (en) Test execution device and program
US10956659B1 (en) System for generating templates from webpages
CN109828759A (en) Code compiling method, device, computer installation and storage medium
CN111026604B (en) Log file analysis method and device
CN111176901B (en) HDFS deleted file recovery method, terminal device and storage medium
CN113254017A (en) Method, device, equipment and medium for generating development template file based on Vue framework
CN106339381B (en) Information processing method and device
CN107643892B (en) Interface processing method, device, storage medium and processor
CN112685013A (en) CSS code optimization method based on front-end vue project and related equipment
CN104239475A (en) Method and device for analyzing time series data
CN114115831A (en) Data processing method, device, equipment and storage medium
CN109509467B (en) Code generation method and device
JP4057997B2 (en) Document processing apparatus with script, document acquisition apparatus, document processing system with script, document processing method with script, and program for causing computer to execute the method
CN113051329B (en) Data acquisition method, device, equipment and storage medium based on interface
CN117009319B (en) Database operation method, system and storage medium based on large language model
CN112540755A (en) Front-end-based component processing method, device, equipment 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