Skip to content

xhpmoonx/VIP-Sankey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIP-Sankey

VIP-Sankey is a web-based application for creating and visualizing Sankey diagrams, built using Vue.js and Vite.

🚀 Getting Started

Prerequisites

  • Node.js (version 14 or higher recommended)
  • npm (comes with Node.js)

Installation

  1. Clone the repository:

    git clone https://github.com/xhpmoonx/VIP-Sankey.git
    cd VIP-Sankey
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

    The application will be available at http://localhost:3000/.

Building for Production

To build the application for production:

npm run build

The optimized files will be in the dist directory.

📁 Project Structure

VIP-Sankey/
├── node_modules/         # Project dependencies
├── public/               # Static assets
├── src/                  # Source code
│   ├── assets/           # Images and other assets
│   ├── components/       # Vue components
│   ├── App.vue           # Root Vue component
│   └── main.js           # Entry point
├── index.html            # Main HTML file
├── package.json          # Project metadata and scripts
├── vite.config.js        # Vite configuration
└── README.md             # Project documentation

🧰 Technologies Used

  • Vue.js – JavaScript framework for building user interfaces
  • Vite – Next-generation frontend tooling
  • D3.js – Data-driven documents for dynamic and interactive visualizations

📄 License

This project is currently unlicensed. Add a license if you plan to distribute or reuse this code.

🙌 Acknowledgments

Inspired by the need for user-friendly and interactive Sankey diagram visualization tools.

About

Interactive Sankey diagram visualization built with Vue.js and Vite, enabling dynamic flow mapping between categories or stages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors