Biolink is a versatile solution to maximize the use of bio links on Instagram and TikTok. Built with Vue.js, this project allows you to easily create attractive and responsive bio pages.
- 🔗 Static Bio Links: Link data is retrieved from a static JSON file.
- 🎨 Responsive Design: Optimized display for both mobile and desktop devices.
- ⚡ High Performance: Powered by Vite for fast and lightweight builds.
- 💡 Easy Customization: Edit the JSON file to change content and links.
-
Clone the repository:
git clone https://github.com/reynaldiarya/Biolink-Vue.js.git cd Biolink-Vue.js
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Build for production:
npm run build
main
: Main branch with a single-page structure.spa
: Branch with a multi-page SPA (Single Page Application) implementation.
Biolink-Vue.js/
├── public/
│ ├── favicon.ico
│ └── assets/
│ └── images/ # Public images (can be accessed directly via URL)
├── src/
│ ├── assets/ # Static assets (processed by the bundler)
│ ├── collection/ # JSON files containing link data
│ ├── components/ # Vue components (Biolink)
│ ├── App.vue # Root component
│ └── main.js # Application entry point
├── index.html
├── package.json
├── tailwind.config.js
└── vite.config.js
This project is licensed under the MIT License.
Contributions are very welcome! Feel free to fork this repository and submit a pull request for any features or fixes you add.