Skip to content

reynaldiarya/Biolink-Vue.js

Repository files navigation

Biolink-Vue.js

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.

✨ Key Features

  • 🔗 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.

🚀 Installation

  1. Clone the repository:

    git clone https://github.com/reynaldiarya/Biolink-Vue.js.git
    cd Biolink-Vue.js
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Build for production:

    npm run build

🌿 Available Branches

  • main: Main branch with a single-page structure.
  • spa: Branch with a multi-page SPA (Single Page Application) implementation.

📁 Project Structure

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

🛠️ Technologies Used

📄 License

This project is licensed under the MIT License.

🙌 Contribution

Contributions are very welcome! Feel free to fork this repository and submit a pull request for any features or fixes you add.

About

Biolink is a versatile solution to maximize the use of bio links on Instagram and TikTok. Built using Vue.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors