DXF is short for Drawing Exchange Format or Drawing Interchange Format and is a type of vector file. It is used in creating autocad design file.
The DXF File Viewer is a web application built with Vue.js 3 and Vuetify 3 that allows users to select and view DXF (Drawing Exchange Format) files. It leverages the dxf-viewer library to parse and render DXF files directly in the browser.
-
File Upload : Upload DXF files easily and view them instantly.
-
DXF File Rendering : View DXF files with support for various entities such as lines, circles, arcs, and text.
-
User-Friendly Interface : Intuitive and responsive user interface powered by Vue.js and Vuetify.
-
Zoom and Pan : Zoom in and out and pan across the DXF file for detailed examination.
- Clone the repository
git clone https://github.com/IshmamAbir/vue-dxf-viewer.git
- Move to project folder
cd vue-dxf-viewer-master
- Install dependencies with npm
npm install
- Run the Application
npm run dev
- Open your browser and visit http://localhost:3000.
-
Open the application in your browser.
-
Use the file upload feature to load a DXF file.
-
Explore the DXF file using the zoom and pan controls.
-
Enjoy viewing your DXF files with ease!
Here are some related projects
Special thanks to the authors and contributors of Dxf Viewer.