-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
3 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,5 +1,27 @@ | ||
# Vue 3 + Vite | ||
# Galaxy Charts | ||
|
||
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. | ||
A decoupled Visualization Framework for Galaxy. | ||
|
||
Learn more about IDE Support for Vue in the [Vue Docs Scaling up Guide](https://vuejs.org/guide/scaling-up/tooling.html#ide-support). | ||
[Click here to learn more.](https://galaxyproject.github.io/galaxy-charts/) | ||
|
||
|
||
## Installation Guide | ||
**Clone Repository** | ||
|
||
`git clone https://github.com/galaxyproject/galaxy-charts` | ||
|
||
**Change Directory** | ||
|
||
`cd galaxy-charts` | ||
|
||
**Install Dependencies** | ||
|
||
`npm install` | ||
|
||
**Build Package** | ||
|
||
`npm run build` | ||
|
||
**Start Server** | ||
|
||
`npm run dev` |