This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented a comprehensive installation guide for smooth setup
- Loading branch information
1 parent
d521d94
commit 9adb940
Showing
1 changed file
with
44 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |