CircuitVerse Frontend Vue is dedicated to enhancing the CircuitVerse platform in several key ways. Our primary focus is on decoupling the CircuitVerse Simulator from the backend, allowing it to function independently and with greater flexibility. Additionally, we're working to remove the reliance on jQueryUI, opting for cleaner and more contemporary code practices. To improve performance and code readability, we're transitioning from traditional DOM mutations to string-based manipulation. Furthermore, we're actively integrating internationalization features to ensure the platform is accessible to users worldwide. In summary, our repository aims to elevate the capabilities and user experience of CircuitVerse through targeted improvements and optimizations.
We would love to hear from you! We communicate on Slack:
To set up the project on your local machine, follow these steps:
- Clone the repository to your local machine using the following command:
git clone https://github.com/CircuitVerse/cv-frontend-vue.git
- Navigate to the project directory:
cd cv-frontend-vue
- Install the project dependencies:
npm install
- Start the development server:
npm run dev
StackBlitz is an instant fullstack web IDE for the JavaScript ecosystem.
- Initiate the setup process by clicking on the following button:
- Once the setup is complete, a Preview URL will be displayed in the browser window. Append
/simulatorvue/
to your URL to access the simulator.
https://<preview_url>/simulatorvue/
To access the Vue Simulator from the CircuitVerse main repo dev server, you can follow one of the following methods:
- Start the CircuitVerse Main Repo dev server.
- go to the
/vuesimulator
path in the dev server. - You would be accessing the Vue Simulator.
- Log in to the CircuitVerse dev server using the admin account:
- Email:
admin@circuitverse.org
- Password:
password
- Email:
- Once logged in, go to
/flipper
path and turn on vuesim feature flag site wide or for your user. - After activation, you will be able to access the Vue Simulator site-wide in your dev server, also in
/simulator
path the Vue Simulator will be opening instead of the old simulator.
We follow the Code of Conduct of the CircuitVerse Community.
See CONTRIBUTING.md
for more information on contributing to CircuitVerse.
This project is licensed under the MIT License.
- Creating the mobile version of the vue simulator
- Testing and bug fixing
- Typescript integration & style Refactoring
- Creating the desktop application
- Removing JQuery