Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 590 Bytes

File metadata and controls

18 lines (11 loc) · 590 Bytes

ej2-showcase-vue-logic-circuit-designer

The logic circuit designer provides a variety of universal logic gates,flip-flops,input controls,output controls,and other components to design logic circuit diagrams.

Prerequisite

Install Node version - 18.20.3 from https://nodejs.org/en/download/

To Install all packages

Use the below command to install all dependent packages.

npm install

To Run the application

Run npm run serve for a dev server. Navigate to http://localhost:8080/. The application will automatically reload if you change any of the source files.