Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Implemented a comprehensive installation guide for smooth setup
Browse files Browse the repository at this point in the history
  • Loading branch information
qaiswardag committed Jul 25, 2023
1 parent d521d94 commit 9adb940
Showing 1 changed file with 44 additions and 4 deletions.
48 changes: 44 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,47 @@
# Vue 3 + Vite
# Vue drag-and-drop page builder

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
## Vue 3 + Vite

## Recommended IDE Setup
### Star this Project ⭐

- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar)
If you find this project useful or interesting, I would greatly appreciate if you could star ⭐ the [GitHub repository](https://github.com/qaiswardag/vue-drag-and-drop-page-builder). It helps to boost the project's visibility and encourages me to continue adding new features.

To star the repository, simply click on the **Star** button located at the top-right corner of the GitHub page. Thank you in advance for your support! 🙌

This app was born out of my desire to make a minimalst page builder with a elegant and intuitive design.

[Demo](https://www.designer.myissue.io)

### Get in Touch

I would love to hear your feedback, suggestions, or any issues you encounter while using this app. Feel free to reach out to me if you have any questions or just want to say hello. You can connect with me through:

- [Email](mailto:[email protected])
- [LinkedIn](https://www.linkedin.com/in/qaiswardag)

### Technologies and Frameworks

Cutting-Edge Technologies and Frameworks. Developed with Vue 3, Vuex and Tailwind CSS.

### Installation

Clone the repository locally:

```
git clone https://github.com/qaiswardag/vue-drag-and-drop-page-builder.git
```

Install packages:

```
npm install
```

Run App

```
npm run dev
```

0 comments on commit 9adb940

Please sign in to comment.